Html Css Color HEX #A08ABF Cold Purple

📋 copy color: '#A08ABF'

red 160 ◦ green 138 ◦ blue 191

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

Shades of Cold Purple #A08ABF

Tints of Cold Purple #A08ABF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.22%

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

R = 32.72%
G = 28.22%
B = 39.06%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A08ABF (or 0xA08ABF) is known color: Cold Purple. HEX triplet: A0, 8A and BF. RGB value is (160,138,191). Sum of RGB (Red+Green+Blue) = 160+138+191=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #A08ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08ABF is #5F7540. Grayscale: #969696. Windows color (decimal): -6255937 or 12552864. OLE color: 12552864.

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

Color convert

RGB 160 138 191 -
CMYK 0.16 0.28 0 0.25
HSL 264.91º 0.29% 0.65% -
HSV(B) 264.91º 0.28% 0.75% -
XYZ 32.99 29.41 53.23 -
YUV 150.62 150.79 134.69 -
System Red Green Blue C M Y K H S L
Decimal 160 138 191 0.16 0.28 0 0.25 264.91 0.29 0.65
Hex A0 8A BF 10 1C 0 19 109 1D 41
Octal 240 212 277 20 34 0 31 411 35 101
Binary 10100000 10001010 10111111 10000 11100 0 11001 100001001 11101 1000001

Color Harmonies of #A08ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08ABF

Black with #A08ABF

Text Example


Text Example

White with #A08ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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