Html Css Color HEX #A287CB Cold Purple

📋 copy color: '#A287CB'

red 162 ◦ green 135 ◦ blue 203

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

Shades of Cold Purple #A287CB

Tints of Cold Purple #A287CB

RGB

 RED value IS 162 (63.67% from 255) = 32.4%

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

 BLUE value IS 203 (79.69% from 255) = 40.6%

R = 32.4%
G = 27%
B = 40.6%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A287CB (or 0xA287CB) is known color: Cold Purple. HEX triplet: A2, 87 and CB. RGB value is (162,135,203). Sum of RGB (Red+Green+Blue) = 162+135+203=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #A287CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A287CB is #5D7834. Grayscale: #969696. Windows color (decimal): -6125621 or 13338530. OLE color: 13338530.

HSL color Cylindrical-coordinate representation of color #A287CB: hue angle of 263.82º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A287CB is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 135 203 -
CMYK 0.20 0.33 0 0.20
HSL 263.82º 0.4% 0.66% -
HSV(B) 263.82º 0.33% 0.8% -
XYZ 34.34 29.32 60.35 -
YUV 150.83 157.45 135.97 -
System Red Green Blue C M Y K H S L
Decimal 162 135 203 0.20 0.33 0 0.20 263.82 0.4 0.66
Hex A2 87 CB 14 21 0 14 108 28 42
Octal 242 207 313 24 41 0 24 410 50 102
Binary 10100010 10000111 11001011 10100 100001 0 10100 100001000 101000 1000010

Color Harmonies of #A287CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A287CB

Black with #A287CB

Text Example


Text Example

White with #A287CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A287CB; }

 p { color: rgb(162,135,203); }

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

background-color css

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

 a { background-color: rgb(162,135,203); }

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

border-color css

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

 span { border-color: rgb(162,135,203); }

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