Html Css Color HEX #A08FCC Cold Purple

📋 copy color: '#A08FCC'

red 160 ◦ green 143 ◦ blue 204

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

Shades of Cold Purple #A08FCC

Tints of Cold Purple #A08FCC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.21%

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

R = 31.56%
G = 28.21%
B = 40.24%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A08FCC (or 0xA08FCC) is known color: Cold Purple. HEX triplet: A0, 8F and CC. RGB value is (160,143,204). Sum of RGB (Red+Green+Blue) = 160+143+204=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #A08FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08FCC is #5F7033. Grayscale: #9A9A9A. Windows color (decimal): -6254644 or 13406112. OLE color: 13406112.

HSL color Cylindrical-coordinate representation of color #A08FCC: hue angle of 256.72º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A08FCC is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 143 204 -
CMYK 0.22 0.30 0 0.2
HSL 256.72º 0.37% 0.68% -
HSV(B) 256.72º 0.3% 0.8% -
XYZ 35.22 31.48 61.35 -
YUV 155.04 155.63 131.54 -
System Red Green Blue C M Y K H S L
Decimal 160 143 204 0.22 0.30 0 0.2 256.72 0.37 0.68
Hex A0 8F CC 16 1E 0 14 101 25 44
Octal 240 217 314 26 36 0 24 401 45 104
Binary 10100000 10001111 11001100 10110 11110 0 10100 100000001 100101 1000100

Color Harmonies of #A08FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08FCC

Black with #A08FCC

Text Example


Text Example

White with #A08FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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