Html Css Color HEX #A08CBF Cold Purple

📋 copy color: '#A08CBF'

red 160 ◦ green 140 ◦ blue 191

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

Shades of Cold Purple #A08CBF

Tints of Cold Purple #A08CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.9%

R = 32.59%
G = 28.51%
B = 38.9%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A08CBF (or 0xA08CBF) is known color: Cold Purple. HEX triplet: A0, 8C and BF. RGB value is (160,140,191). Sum of RGB (Red+Green+Blue) = 160+140+191=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #A08CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CBF is #5F7340. Grayscale: #979797. Windows color (decimal): -6255425 or 12553376. OLE color: 12553376.

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

Color convert

RGB 160 140 191 -
CMYK 0.16 0.27 0 0.25
HSL 263.53º 0.28% 0.65% -
HSV(B) 263.53º 0.27% 0.75% -
XYZ 33.28 29.99 53.33 -
YUV 151.79 150.13 133.85 -
System Red Green Blue C M Y K H S L
Decimal 160 140 191 0.16 0.27 0 0.25 263.53 0.28 0.65
Hex A0 8C BF 10 1B 0 19 108 1C 41
Octal 240 214 277 20 33 0 31 410 34 101
Binary 10100000 10001100 10111111 10000 11011 0 11001 100001000 11100 1000001

Color Harmonies of #A08CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08CBF

Black with #A08CBF

Text Example


Text Example

White with #A08CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08CBF; }

 p { color: rgb(160,140,191); }

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

background-color css

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

 a { background-color: rgb(160,140,191); }

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

border-color css

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

 span { border-color: rgb(160,140,191); }

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