Html Css Color HEX #A68BCD Cold Purple

📋 copy color: '#A68BCD'

red 166 ◦ green 139 ◦ blue 205

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

Shades of Cold Purple #A68BCD

Tints of Cold Purple #A68BCD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.25%

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

R = 32.55%
G = 27.25%
B = 40.2%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A68BCD (or 0xA68BCD) is known color: Cold Purple. HEX triplet: A6, 8B and CD. RGB value is (166,139,205). Sum of RGB (Red+Green+Blue) = 166+139+205=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #A68BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68BCD is #597432. Grayscale: #9A9A9A. Windows color (decimal): -5862451 or 13470630. OLE color: 13470630.

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

Color convert

RGB 166 139 205 -
CMYK 0.19 0.32 0 0.20
HSL 264.55º 0.4% 0.67% -
HSV(B) 264.55º 0.32% 0.8% -
XYZ 35.98 30.98 61.84 -
YUV 154.6 156.45 136.13 -
System Red Green Blue C M Y K H S L
Decimal 166 139 205 0.19 0.32 0 0.20 264.55 0.4 0.67
Hex A6 8B CD 13 20 0 14 109 28 43
Octal 246 213 315 23 40 0 24 411 50 103
Binary 10100110 10001011 11001101 10011 100000 0 10100 100001001 101000 1000011

Color Harmonies of #A68BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68BCD

Black with #A68BCD

Text Example


Text Example

White with #A68BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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