Html Css Color HEX #A68BCC Cold Purple

📋 copy color: '#A68BCC'

red 166 ◦ green 139 ◦ blue 204

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

Shades of Cold Purple #A68BCC

Tints of Cold Purple #A68BCC

RGB

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

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

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

R = 32.61%
G = 27.31%
B = 40.08%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A68BCC (or 0xA68BCC) is known color: Cold Purple. HEX triplet: A6, 8B and CC. RGB value is (166,139,204). Sum of RGB (Red+Green+Blue) = 166+139+204=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #A68BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68BCC is #597433. Grayscale: #9A9A9A. Windows color (decimal): -5862452 or 13405094. OLE color: 13405094.

HSL color Cylindrical-coordinate representation of color #A68BCC: hue angle of 264.92º degrees, saturation: 0.39, 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 #A68BCC is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 139 204 -
CMYK 0.19 0.32 0 0.2
HSL 264.92º 0.39% 0.67% -
HSV(B) 264.92º 0.32% 0.8% -
XYZ 35.86 30.93 61.21 -
YUV 154.48 155.95 136.21 -
System Red Green Blue C M Y K H S L
Decimal 166 139 204 0.19 0.32 0 0.2 264.92 0.39 0.67
Hex A6 8B CC 13 20 0 14 109 27 43
Octal 246 213 314 23 40 0 24 411 47 103
Binary 10100110 10001011 11001100 10011 100000 0 10100 100001001 100111 1000011

Color Harmonies of #A68BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68BCC

Black with #A68BCC

Text Example


Text Example

White with #A68BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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