Html Css Color HEX #A384C9 Cold Purple

📋 copy color: '#A384C9'

red 163 ◦ green 132 ◦ blue 201

#A384C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #A384C9

Tints of Cold Purple #A384C9

RGB

 RED value IS 163 (64.06% from 255) = 32.86%

 GREEN value IS 132 (51.95% from 255) = 26.61%

 BLUE value IS 201 (78.91% from 255) = 40.52%

R = 32.86%
G = 26.61%
B = 40.52%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A384C9 (or 0xA384C9) is known color: Cold Purple. HEX triplet: A3, 84 and C9. RGB value is (163,132,201). Sum of RGB (Red+Green+Blue) = 163+132+201=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 201 - color contains mainly: blue. Hex color #A384C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A384C9 is #5C7B36. Grayscale: #949494. Windows color (decimal): -6060855 or 13206691. OLE color: 13206691.

HSL color Cylindrical-coordinate representation of color #A384C9: hue angle of 266.96º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A384C9 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 132 201 -
CMYK 0.19 0.34 0 0.21
HSL 266.96º 0.39% 0.65% -
HSV(B) 266.96º 0.34% 0.79% -
XYZ 33.9 28.51 58.97 -
YUV 149.14 157.27 137.89 -
System Red Green Blue C M Y K H S L
Decimal 163 132 201 0.19 0.34 0 0.21 266.96 0.39 0.65
Hex A3 84 C9 13 22 0 15 10B 27 41
Octal 243 204 311 23 42 0 25 413 47 101
Binary 10100011 10000100 11001001 10011 100010 0 10101 100001011 100111 1000001

Color Harmonies of #A384C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A384C9

Black with #A384C9

Text Example


Text Example

White with #A384C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A384C9; }

 p { color: rgb(163,132,201); }

 H1.HeaderClassName
 {
   color: #A384C9;
 }
 .AnyTagClassName
 {
   color: #A384C9;
 }
</style>

background-color css

<style>
 a { background-color: #A384C9; }

 a { background-color: rgb(163,132,201); }

 div.DivClassName
 {
   background-color: #A384C9;
 }
 .BgClassName
 {
   background-color: #A384C9;
 }
</style>

border-color css

<style>
 span { border-color: #A384C9; }

 span { border-color: rgb(163,132,201); }

 td.TdClassName
 {
   border-color: #A384C9;
 }
 .TagClassName
 {
   border-color: #A384C9;
 }
</style>