Html Css Color HEX #A08BBA Cold Purple

📋 copy color: '#A08BBA'

red 160 ◦ green 139 ◦ blue 186

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

Shades of Cold Purple #A08BBA

Tints of Cold Purple #A08BBA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.66%

 BLUE value IS 186 (73.05% from 255) = 38.35%

R = 32.99%
G = 28.66%
B = 38.35%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A08BBA (or 0xA08BBA) is known color: Cold Purple. HEX triplet: A0, 8B and BA. RGB value is (160,139,186). Sum of RGB (Red+Green+Blue) = 160+139+186=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #A08BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BBA is #5F7445. Grayscale: #969696. Windows color (decimal): -6255686 or 12225440. OLE color: 12225440.

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

Color convert

RGB 160 139 186 -
CMYK 0.14 0.25 0 0.27
HSL 266.81º 0.25% 0.64% -
HSV(B) 266.81º 0.25% 0.73% -
XYZ 32.59 29.48 50.43 -
YUV 150.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 160 139 186 0.14 0.25 0 0.27 266.81 0.25 0.64
Hex A0 8B BA E 19 0 1B 10B 19 40
Octal 240 213 272 16 31 0 33 413 31 100
Binary 10100000 10001011 10111010 1110 11001 0 11011 100001011 11001 1000000

Color Harmonies of #A08BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08BBA

Black with #A08BBA

Text Example


Text Example

White with #A08BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08BBA; }

 p { color: rgb(160,139,186); }

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

background-color css

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

 a { background-color: rgb(160,139,186); }

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

border-color css

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

 span { border-color: rgb(160,139,186); }

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