Html Css Color HEX #A68CCA Cold Purple

📋 copy color: '#A68CCA'

red 166 ◦ green 140 ◦ blue 202

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

Shades of Cold Purple #A68CCA

Tints of Cold Purple #A68CCA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.56%

 BLUE value IS 202 (79.3% from 255) = 39.76%

R = 32.68%
G = 27.56%
B = 39.76%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A68CCA (or 0xA68CCA) is known color: Cold Purple. HEX triplet: A6, 8C and CA. RGB value is (166,140,202). Sum of RGB (Red+Green+Blue) = 166+140+202=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #A68CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68CCA is #597335. Grayscale: #9A9A9A. Windows color (decimal): -5862198 or 13274278. OLE color: 13274278.

HSL color Cylindrical-coordinate representation of color #A68CCA: hue angle of 265.16º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A68CCA is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 140 202 -
CMYK 0.18 0.31 0 0.21
HSL 265.16º 0.37% 0.67% -
HSV(B) 265.16º 0.31% 0.79% -
XYZ 35.76 31.13 60 -
YUV 154.84 154.61 135.96 -
System Red Green Blue C M Y K H S L
Decimal 166 140 202 0.18 0.31 0 0.21 265.16 0.37 0.67
Hex A6 8C CA 12 1F 0 15 109 25 43
Octal 246 214 312 22 37 0 25 411 45 103
Binary 10100110 10001100 11001010 10010 11111 0 10101 100001001 100101 1000011

Color Harmonies of #A68CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68CCA

Black with #A68CCA

Text Example


Text Example

White with #A68CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68CCA; }

 p { color: rgb(166,140,202); }

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

background-color css

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

 a { background-color: rgb(166,140,202); }

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

border-color css

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

 span { border-color: rgb(166,140,202); }

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