Html Css Color HEX #A68ACD Cold Purple

📋 copy color: '#A68ACD'

red 166 ◦ green 138 ◦ blue 205

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

Shades of Cold Purple #A68ACD

Tints of Cold Purple #A68ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.11%

 BLUE value IS 205 (80.47% from 255) = 40.28%

R = 32.61%
G = 27.11%
B = 40.28%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A68ACD (or 0xA68ACD) is known color: Cold Purple. HEX triplet: A6, 8A and CD. RGB value is (166,138,205). Sum of RGB (Red+Green+Blue) = 166+138+205=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #A68ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68ACD is #597532. Grayscale: #999999. Windows color (decimal): -5862707 or 13470374. OLE color: 13470374.

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

Color convert

RGB 166 138 205 -
CMYK 0.19 0.33 0 0.20
HSL 265.07º 0.4% 0.67% -
HSV(B) 265.07º 0.33% 0.8% -
XYZ 35.83 30.69 61.79 -
YUV 154.01 156.78 136.55 -
System Red Green Blue C M Y K H S L
Decimal 166 138 205 0.19 0.33 0 0.20 265.07 0.4 0.67
Hex A6 8A CD 13 21 0 14 109 28 43
Octal 246 212 315 23 41 0 24 411 50 103
Binary 10100110 10001010 11001101 10011 100001 0 10100 100001001 101000 1000011

Color Harmonies of #A68ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68ACD

Black with #A68ACD

Text Example


Text Example

White with #A68ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68ACD; }

 p { color: rgb(166,138,205); }

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

background-color css

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

 a { background-color: rgb(166,138,205); }

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

border-color css

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

 span { border-color: rgb(166,138,205); }

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