Html Css Color HEX #A08BCE Cold Purple

📋 copy color: '#A08BCE'

red 160 ◦ green 139 ◦ blue 206

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

Shades of Cold Purple #A08BCE

Tints of Cold Purple #A08BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.79%

R = 31.68%
G = 27.52%
B = 40.79%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A08BCE (or 0xA08BCE) is known color: Cold Purple. HEX triplet: A0, 8B and CE. RGB value is (160,139,206). Sum of RGB (Red+Green+Blue) = 160+139+206=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #A08BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BCE is #5F7431. Grayscale: #989898. Windows color (decimal): -6255666 or 13536160. OLE color: 13536160.

HSL color Cylindrical-coordinate representation of color #A08BCE: hue angle of 258.81º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A08BCE is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 139 206 -
CMYK 0.22 0.33 0 0.19
HSL 258.81º 0.41% 0.68% -
HSV(B) 258.81º 0.33% 0.81% -
XYZ 34.87 30.4 62.42 -
YUV 152.92 157.96 133.05 -
System Red Green Blue C M Y K H S L
Decimal 160 139 206 0.22 0.33 0 0.19 258.81 0.41 0.68
Hex A0 8B CE 16 21 0 13 103 29 44
Octal 240 213 316 26 41 0 23 403 51 104
Binary 10100000 10001011 11001110 10110 100001 0 10011 100000011 101001 1000100

Color Harmonies of #A08BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08BCE

Black with #A08BCE

Text Example


Text Example

White with #A08BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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