Html Css Color HEX #A08FBD Cold Purple

📋 copy color: '#A08FBD'

red 160 ◦ green 143 ◦ blue 189

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

Shades of Cold Purple #A08FBD

Tints of Cold Purple #A08FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.41%

R = 32.52%
G = 29.07%
B = 38.41%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A08FBD (or 0xA08FBD) is known color: Cold Purple. HEX triplet: A0, 8F and BD. RGB value is (160,143,189). Sum of RGB (Red+Green+Blue) = 160+143+189=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #A08FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08FBD is #5F7042. Grayscale: #999999. Windows color (decimal): -6254659 or 12423072. OLE color: 12423072.

HSL color Cylindrical-coordinate representation of color #A08FBD: hue angle of 262.17º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A08FBD is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 143 189 -
CMYK 0.15 0.24 0 0.26
HSL 262.17º 0.26% 0.65% -
HSV(B) 262.17º 0.24% 0.74% -
XYZ 33.5 30.79 52.32 -
YUV 153.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 160 143 189 0.15 0.24 0 0.26 262.17 0.26 0.65
Hex A0 8F BD F 18 0 1A 106 1A 41
Octal 240 217 275 17 30 0 32 406 32 101
Binary 10100000 10001111 10111101 1111 11000 0 11010 100000110 11010 1000001

Color Harmonies of #A08FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08FBD

Black with #A08FBD

Text Example


Text Example

White with #A08FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08FBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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