Html Css Color HEX #A08BCA Cold Purple

📋 copy color: '#A08BCA'

red 160 ◦ green 139 ◦ blue 202

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

Shades of Cold Purple #A08BCA

Tints of Cold Purple #A08BCA

RGB

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

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

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

R = 31.94%
G = 27.74%
B = 40.32%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A08BCA (or 0xA08BCA) is known color: Cold Purple. HEX triplet: A0, 8B and CA. RGB value is (160,139,202). Sum of RGB (Red+Green+Blue) = 160+139+202=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #A08BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BCA is #5F7435. Grayscale: #989898. Windows color (decimal): -6255670 or 13274016. OLE color: 13274016.

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

Color convert

RGB 160 139 202 -
CMYK 0.21 0.31 0 0.21
HSL 260º 0.37% 0.67% -
HSV(B) 260º 0.31% 0.79% -
XYZ 34.39 30.2 59.89 -
YUV 152.46 155.96 133.38 -
System Red Green Blue C M Y K H S L
Decimal 160 139 202 0.21 0.31 0 0.21 260 0.37 0.67
Hex A0 8B CA 15 1F 0 15 104 25 43
Octal 240 213 312 25 37 0 25 404 45 103
Binary 10100000 10001011 11001010 10101 11111 0 10101 100000100 100101 1000011

Color Harmonies of #A08BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08BCA

Black with #A08BCA

Text Example


Text Example

White with #A08BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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