Html Css Color HEX #A287C0 Cold Purple

📋 copy color: '#A287C0'

red 162 ◦ green 135 ◦ blue 192

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

Shades of Cold Purple #A287C0

Tints of Cold Purple #A287C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.26%

R = 33.13%
G = 27.61%
B = 39.26%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A287C0 (or 0xA287C0) is known color: Cold Purple. HEX triplet: A2, 87 and C0. RGB value is (162,135,192). Sum of RGB (Red+Green+Blue) = 162+135+192=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 192 - color contains mainly: blue. Hex color #A287C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A287C0 is #5D783F. Grayscale: #959595. Windows color (decimal): -6125632 or 12617634. OLE color: 12617634.

HSL color Cylindrical-coordinate representation of color #A287C0: hue angle of 268.42º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A287C0 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 135 192 -
CMYK 0.16 0.30 0 0.25
HSL 268.42º 0.31% 0.64% -
HSV(B) 268.42º 0.3% 0.75% -
XYZ 33.08 28.82 53.69 -
YUV 149.57 151.95 136.87 -
System Red Green Blue C M Y K H S L
Decimal 162 135 192 0.16 0.30 0 0.25 268.42 0.31 0.64
Hex A2 87 C0 10 1E 0 19 10C 1F 40
Octal 242 207 300 20 36 0 31 414 37 100
Binary 10100010 10000111 11000000 10000 11110 0 11001 100001100 11111 1000000

Color Harmonies of #A287C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A287C0

Black with #A287C0

Text Example


Text Example

White with #A287C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A287C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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