Html Css Color HEX #A08FBC Cold Purple

📋 copy color: '#A08FBC'

red 160 ◦ green 143 ◦ blue 188

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

Shades of Cold Purple #A08FBC

Tints of Cold Purple #A08FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.29%

R = 32.59%
G = 29.12%
B = 38.29%

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

#A08FBC (or 0xA08FBC) is known color: Cold Purple. HEX triplet: A0, 8F and BC. RGB value is (160,143,188). Sum of RGB (Red+Green+Blue) = 160+143+188=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #A08FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08FBC is #5F7043. Grayscale: #999999. Windows color (decimal): -6254660 or 12357536. OLE color: 12357536.

HSL color Cylindrical-coordinate representation of color #A08FBC: hue angle of 262.67º degrees, saturation: 0.25, 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 #A08FBC is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 143 188 -
CMYK 0.15 0.24 0 0.26
HSL 262.67º 0.25% 0.65% -
HSV(B) 262.67º 0.24% 0.74% -
XYZ 33.4 30.75 51.75 -
YUV 153.21 147.63 132.84 -
System Red Green Blue C M Y K H S L
Decimal 160 143 188 0.15 0.24 0 0.26 262.67 0.25 0.65
Hex A0 8F BC F 18 0 1A 107 19 41
Octal 240 217 274 17 30 0 32 407 31 101
Binary 10100000 10001111 10111100 1111 11000 0 11010 100000111 11001 1000001

Color Harmonies of #A08FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08FBC

Black with #A08FBC

Text Example


Text Example

White with #A08FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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