Html Css Color HEX #A286C2 Cold Purple

📋 copy color: '#A286C2'

red 162 ◦ green 134 ◦ blue 194

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

Shades of Cold Purple #A286C2

Tints of Cold Purple #A286C2

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.35%

 BLUE value IS 194 (76.17% from 255) = 39.59%

R = 33.06%
G = 27.35%
B = 39.59%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A286C2 (or 0xA286C2) is known color: Cold Purple. HEX triplet: A2, 86 and C2. RGB value is (162,134,194). Sum of RGB (Red+Green+Blue) = 162+134+194=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 194 - color contains mainly: blue. Hex color #A286C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A286C2 is #5D793D. Grayscale: #959595. Windows color (decimal): -6125886 or 12748450. OLE color: 12748450.

HSL color Cylindrical-coordinate representation of color #A286C2: hue angle of 268º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A286C2 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 134 194 -
CMYK 0.16 0.31 0 0.24
HSL 268º 0.33% 0.64% -
HSV(B) 268º 0.31% 0.76% -
XYZ 33.16 28.63 54.82 -
YUV 149.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 162 134 194 0.16 0.31 0 0.24 268 0.33 0.64
Hex A2 86 C2 10 1F 0 18 10C 21 40
Octal 242 206 302 20 37 0 30 414 41 100
Binary 10100010 10000110 11000010 10000 11111 0 11000 100001100 100001 1000000

Color Harmonies of #A286C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A286C2

Black with #A286C2

Text Example


Text Example

White with #A286C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A286C2; }

 p { color: rgb(162,134,194); }

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

background-color css

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

 a { background-color: rgb(162,134,194); }

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

border-color css

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

 span { border-color: rgb(162,134,194); }

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