Html Css Color HEX #A08DCB Cold Purple

📋 copy color: '#A08DCB'

red 160 ◦ green 141 ◦ blue 203

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

Shades of Cold Purple #A08DCB

Tints of Cold Purple #A08DCB

RGB

 RED value IS 160 (62.89% from 255) = 31.75%

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

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

R = 31.75%
G = 27.98%
B = 40.28%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A08DCB (or 0xA08DCB) is known color: Cold Purple. HEX triplet: A0, 8D and CB. RGB value is (160,141,203). Sum of RGB (Red+Green+Blue) = 160+141+203=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #A08DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08DCB is #5F7234. Grayscale: #999999. Windows color (decimal): -6255157 or 13340064. OLE color: 13340064.

HSL color Cylindrical-coordinate representation of color #A08DCB: hue angle of 258.39º 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 #A08DCB is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 141 203 -
CMYK 0.21 0.31 0 0.20
HSL 258.39º 0.37% 0.67% -
HSV(B) 258.39º 0.31% 0.8% -
XYZ 34.8 30.84 60.62 -
YUV 153.75 155.79 132.46 -
System Red Green Blue C M Y K H S L
Decimal 160 141 203 0.21 0.31 0 0.20 258.39 0.37 0.67
Hex A0 8D CB 15 1F 0 14 102 25 43
Octal 240 215 313 25 37 0 24 402 45 103
Binary 10100000 10001101 11001011 10101 11111 0 10100 100000010 100101 1000011

Color Harmonies of #A08DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08DCB

Black with #A08DCB

Text Example


Text Example

White with #A08DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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