Html Css Color HEX #A68DCB Cold Purple

📋 copy color: '#A68DCB'

red 166 ◦ green 141 ◦ blue 203

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

Shades of Cold Purple #A68DCB

Tints of Cold Purple #A68DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.8%

R = 32.55%
G = 27.65%
B = 39.8%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A68DCB (or 0xA68DCB) is known color: Cold Purple. HEX triplet: A6, 8D and CB. RGB value is (166,141,203). Sum of RGB (Red+Green+Blue) = 166+141+203=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #A68DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68DCB is #597234. Grayscale: #9B9B9B. Windows color (decimal): -5861941 or 13340070. OLE color: 13340070.

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

Color convert

RGB 166 141 203 -
CMYK 0.18 0.31 0 0.20
HSL 264.19º 0.37% 0.67% -
HSV(B) 264.19º 0.31% 0.8% -
XYZ 36.03 31.47 60.67 -
YUV 155.54 154.78 135.46 -
System Red Green Blue C M Y K H S L
Decimal 166 141 203 0.18 0.31 0 0.20 264.19 0.37 0.67
Hex A6 8D CB 12 1F 0 14 108 25 43
Octal 246 215 313 22 37 0 24 410 45 103
Binary 10100110 10001101 11001011 10010 11111 0 10100 100001000 100101 1000011

Color Harmonies of #A68DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68DCB

Black with #A68DCB

Text Example


Text Example

White with #A68DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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