Html Css Color HEX #A387D2 Cold Purple

📋 copy color: '#A387D2'

red 163 ◦ green 135 ◦ blue 210

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

Shades of Cold Purple #A387D2

Tints of Cold Purple #A387D2

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.57%

 BLUE value IS 210 (82.42% from 255) = 41.34%

R = 32.09%
G = 26.57%
B = 41.34%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A387D2 (or 0xA387D2) is known color: Cold Purple. HEX triplet: A3, 87 and D2. RGB value is (163,135,210). Sum of RGB (Red+Green+Blue) = 163+135+210=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 135 (53.12% from 255 or 26.57% from 508); Blue value is 210 (82.42% from 255 or 41.34% from 508); Max value from RGB is 210 - color contains mainly: blue. Hex color #A387D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A387D2 is #5C782D. Grayscale: #979797. Windows color (decimal): -6060078 or 13797283. OLE color: 13797283.

HSL color Cylindrical-coordinate representation of color #A387D2: hue angle of 262.4º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A387D2 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 135 210 -
CMYK 0.22 0.36 0 0.18
HSL 262.4º 0.45% 0.68% -
HSV(B) 262.4º 0.36% 0.82% -
XYZ 35.4 29.77 64.85 -
YUV 151.92 160.78 135.9 -
System Red Green Blue C M Y K H S L
Decimal 163 135 210 0.22 0.36 0 0.18 262.4 0.45 0.68
Hex A3 87 D2 16 24 0 12 106 2D 44
Octal 243 207 322 26 44 0 22 406 55 104
Binary 10100011 10000111 11010010 10110 100100 0 10010 100000110 101101 1000100

Color Harmonies of #A387D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A387D2

Black with #A387D2

Text Example


Text Example

White with #A387D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A387D2; }

 p { color: rgb(163,135,210); }

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

background-color css

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

 a { background-color: rgb(163,135,210); }

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

border-color css

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

 span { border-color: rgb(163,135,210); }

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