Html Css Color HEX #A681CC Cold Purple

📋 copy color: '#A681CC'

red 166 ◦ green 129 ◦ blue 204

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

Shades of Cold Purple #A681CC

Tints of Cold Purple #A681CC

RGB

 RED value IS 166 (65.23% from 255) = 33.27%

 GREEN value IS 129 (50.78% from 255) = 25.85%

 BLUE value IS 204 (80.08% from 255) = 40.88%

R = 33.27%
G = 25.85%
B = 40.88%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A681CC (or 0xA681CC) is known color: Cold Purple. HEX triplet: A6, 81 and CC. RGB value is (166,129,204). Sum of RGB (Red+Green+Blue) = 166+129+204=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #A681CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A681CC is #597E33. Grayscale: #949494. Windows color (decimal): -5865012 or 13402534. OLE color: 13402534.

HSL color Cylindrical-coordinate representation of color #A681CC: hue angle of 269.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A681CC is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 129 204 -
CMYK 0.19 0.37 0 0.2
HSL 269.6º 0.42% 0.65% -
HSV(B) 269.6º 0.37% 0.8% -
XYZ 34.48 28.17 60.75 -
YUV 148.61 159.26 140.4 -
System Red Green Blue C M Y K H S L
Decimal 166 129 204 0.19 0.37 0 0.2 269.6 0.42 0.65
Hex A6 81 CC 13 25 0 14 10E 2A 41
Octal 246 201 314 23 45 0 24 416 52 101
Binary 10100110 10000001 11001100 10011 100101 0 10100 100001110 101010 1000001

Color Harmonies of #A681CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A681CC

Black with #A681CC

Text Example


Text Example

White with #A681CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A681CC; }

 p { color: rgb(166,129,204); }

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

background-color css

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

 a { background-color: rgb(166,129,204); }

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

border-color css

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

 span { border-color: rgb(166,129,204); }

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