Html Css Color HEX #A68BC8 Cold Purple

📋 copy color: '#A68BC8'

red 166 ◦ green 139 ◦ blue 200

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

Shades of Cold Purple #A68BC8

Tints of Cold Purple #A68BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.6%

R = 32.87%
G = 27.52%
B = 39.6%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A68BC8 (or 0xA68BC8) is known color: Cold Purple. HEX triplet: A6, 8B and C8. RGB value is (166,139,200). Sum of RGB (Red+Green+Blue) = 166+139+200=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 200 (78.52% from 255 or 39.60% from 505); Max value from RGB is 200 - color contains mainly: blue. Hex color #A68BC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68BC8 is #597437. Grayscale: #999999. Windows color (decimal): -5862456 or 13142950. OLE color: 13142950.

HSL color Cylindrical-coordinate representation of color #A68BC8: hue angle of 266.56º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A68BC8 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 139 200 -
CMYK 0.17 0.30 0 0.22
HSL 266.56º 0.36% 0.66% -
HSV(B) 266.56º 0.31% 0.78% -
XYZ 35.38 30.74 58.71 -
YUV 154.03 153.95 136.54 -
System Red Green Blue C M Y K H S L
Decimal 166 139 200 0.17 0.30 0 0.22 266.56 0.36 0.66
Hex A6 8B C8 11 1E 0 16 10B 24 42
Octal 246 213 310 21 36 0 26 413 44 102
Binary 10100110 10001011 11001000 10001 11110 0 10110 100001011 100100 1000010

Color Harmonies of #A68BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68BC8

Black with #A68BC8

Text Example


Text Example

White with #A68BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68BC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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