Html Css Color HEX #A08DBE Cold Purple

📋 copy color: '#A08DBE'

red 160 ◦ green 141 ◦ blue 190

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

Shades of Cold Purple #A08DBE

Tints of Cold Purple #A08DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.7%

R = 32.59%
G = 28.72%
B = 38.7%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A08DBE (or 0xA08DBE) is known color: Cold Purple. HEX triplet: A0, 8D and BE. RGB value is (160,141,190). Sum of RGB (Red+Green+Blue) = 160+141+190=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #A08DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08DBE is #5F7241. Grayscale: #989898. Windows color (decimal): -6255170 or 12488096. OLE color: 12488096.

HSL color Cylindrical-coordinate representation of color #A08DBE: hue angle of 263.27º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A08DBE is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 141 190 -
CMYK 0.16 0.26 0 0.25
HSL 263.27º 0.27% 0.65% -
HSV(B) 263.27º 0.26% 0.75% -
XYZ 33.32 30.24 52.8 -
YUV 152.27 149.29 133.52 -
System Red Green Blue C M Y K H S L
Decimal 160 141 190 0.16 0.26 0 0.25 263.27 0.27 0.65
Hex A0 8D BE 10 1A 0 19 107 1B 41
Octal 240 215 276 20 32 0 31 407 33 101
Binary 10100000 10001101 10111110 10000 11010 0 11001 100000111 11011 1000001

Color Harmonies of #A08DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08DBE

Black with #A08DBE

Text Example


Text Example

White with #A08DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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