Html Css Color HEX #A08BCC Cold Purple

📋 copy color: '#A08BCC'

red 160 ◦ green 139 ◦ blue 204

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

Shades of Cold Purple #A08BCC

Tints of Cold Purple #A08BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 31.81%
G = 27.63%
B = 40.56%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A08BCC (or 0xA08BCC) is known color: Cold Purple. HEX triplet: A0, 8B and CC. RGB value is (160,139,204). Sum of RGB (Red+Green+Blue) = 160+139+204=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #A08BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BCC is #5F7433. Grayscale: #989898. Windows color (decimal): -6255668 or 13405088. OLE color: 13405088.

HSL color Cylindrical-coordinate representation of color #A08BCC: hue angle of 259.38º degrees, saturation: 0.39, 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 #A08BCC is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 139 204 -
CMYK 0.22 0.32 0 0.2
HSL 259.38º 0.39% 0.67% -
HSV(B) 259.38º 0.32% 0.8% -
XYZ 34.63 30.3 61.15 -
YUV 152.69 156.96 133.21 -
System Red Green Blue C M Y K H S L
Decimal 160 139 204 0.22 0.32 0 0.2 259.38 0.39 0.67
Hex A0 8B CC 16 20 0 14 103 27 43
Octal 240 213 314 26 40 0 24 403 47 103
Binary 10100000 10001011 11001100 10110 100000 0 10100 100000011 100111 1000011

Color Harmonies of #A08BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08BCC

Black with #A08BCC

Text Example


Text Example

White with #A08BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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