Html Css Color HEX #A68DCA Cold Purple

📋 copy color: '#A68DCA'

red 166 ◦ green 141 ◦ blue 202

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

Shades of Cold Purple #A68DCA

Tints of Cold Purple #A68DCA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.7%

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

R = 32.61%
G = 27.7%
B = 39.69%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A68DCA (or 0xA68DCA) is known color: Cold Purple. HEX triplet: A6, 8D and CA. RGB value is (166,141,202). Sum of RGB (Red+Green+Blue) = 166+141+202=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #A68DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68DCA is #597235. Grayscale: #9B9B9B. Windows color (decimal): -5861942 or 13274534. OLE color: 13274534.

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

Color convert

RGB 166 141 202 -
CMYK 0.18 0.30 0 0.21
HSL 264.59º 0.37% 0.67% -
HSV(B) 264.59º 0.3% 0.79% -
XYZ 35.91 31.42 60.05 -
YUV 155.43 154.28 135.54 -
System Red Green Blue C M Y K H S L
Decimal 166 141 202 0.18 0.30 0 0.21 264.59 0.37 0.67
Hex A6 8D CA 12 1E 0 15 109 25 43
Octal 246 215 312 22 36 0 25 411 45 103
Binary 10100110 10001101 11001010 10010 11110 0 10101 100001001 100101 1000011

Color Harmonies of #A68DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68DCA

Black with #A68DCA

Text Example


Text Example

White with #A68DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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