Html Css Color HEX #A08FCA Cold Purple

📋 copy color: '#A08FCA'

red 160 ◦ green 143 ◦ blue 202

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

Shades of Cold Purple #A08FCA

Tints of Cold Purple #A08FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40%

R = 31.68%
G = 28.32%
B = 40%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A08FCA (or 0xA08FCA) is known color: Cold Purple. HEX triplet: A0, 8F and CA. RGB value is (160,143,202). Sum of RGB (Red+Green+Blue) = 160+143+202=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #A08FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08FCA is #5F7035. Grayscale: #9A9A9A. Windows color (decimal): -6254646 or 13275040. OLE color: 13275040.

HSL color Cylindrical-coordinate representation of color #A08FCA: hue angle of 257.29º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A08FCA is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 143 202 -
CMYK 0.21 0.29 0 0.21
HSL 257.29º 0.36% 0.68% -
HSV(B) 257.29º 0.29% 0.79% -
XYZ 34.98 31.38 60.09 -
YUV 154.81 154.63 131.7 -
System Red Green Blue C M Y K H S L
Decimal 160 143 202 0.21 0.29 0 0.21 257.29 0.36 0.68
Hex A0 8F CA 15 1D 0 15 101 24 44
Octal 240 217 312 25 35 0 25 401 44 104
Binary 10100000 10001111 11001010 10101 11101 0 10101 100000001 100100 1000100

Color Harmonies of #A08FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08FCA

Black with #A08FCA

Text Example


Text Example

White with #A08FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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