Html Css Color HEX #A08FBF Cold Purple

📋 copy color: '#A08FBF'

red 160 ◦ green 143 ◦ blue 191

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

Shades of Cold Purple #A08FBF

Tints of Cold Purple #A08FBF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.95%

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

R = 32.39%
G = 28.95%
B = 38.66%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A08FBF (or 0xA08FBF) is known color: Cold Purple. HEX triplet: A0, 8F and BF. RGB value is (160,143,191). Sum of RGB (Red+Green+Blue) = 160+143+191=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #A08FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08FBF is #5F7040. Grayscale: #999999. Windows color (decimal): -6254657 or 12554144. OLE color: 12554144.

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

Color convert

RGB 160 143 191 -
CMYK 0.16 0.25 0 0.25
HSL 261.25º 0.27% 0.65% -
HSV(B) 261.25º 0.25% 0.75% -
XYZ 33.72 30.88 53.47 -
YUV 153.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 160 143 191 0.16 0.25 0 0.25 261.25 0.27 0.65
Hex A0 8F BF 10 19 0 19 105 1B 41
Octal 240 217 277 20 31 0 31 405 33 101
Binary 10100000 10001111 10111111 10000 11001 0 11001 100000101 11011 1000001

Color Harmonies of #A08FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08FBF

Black with #A08FBF

Text Example


Text Example

White with #A08FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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