Html Css Color HEX #A08BCD Cold Purple

📋 copy color: '#A08BCD'

red 160 ◦ green 139 ◦ blue 205

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

Shades of Cold Purple #A08BCD

Tints of Cold Purple #A08BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.67%

R = 31.75%
G = 27.58%
B = 40.67%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A08BCD (or 0xA08BCD) is known color: Cold Purple. HEX triplet: A0, 8B and CD. RGB value is (160,139,205). Sum of RGB (Red+Green+Blue) = 160+139+205=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #A08BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BCD is #5F7432. Grayscale: #989898. Windows color (decimal): -6255667 or 13470624. OLE color: 13470624.

HSL color Cylindrical-coordinate representation of color #A08BCD: hue angle of 259.09º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A08BCD is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 139 205 -
CMYK 0.22 0.32 0 0.20
HSL 259.09º 0.4% 0.67% -
HSV(B) 259.09º 0.32% 0.8% -
XYZ 34.75 30.35 61.78 -
YUV 152.8 157.46 133.13 -
System Red Green Blue C M Y K H S L
Decimal 160 139 205 0.22 0.32 0 0.20 259.09 0.4 0.67
Hex A0 8B CD 16 20 0 14 103 28 43
Octal 240 213 315 26 40 0 24 403 50 103
Binary 10100000 10001011 11001101 10110 100000 0 10100 100000011 101000 1000011

Color Harmonies of #A08BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08BCD

Black with #A08BCD

Text Example


Text Example

White with #A08BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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