Html Css Color HEX #A08AC1 Cold Purple

📋 copy color: '#A08AC1'

red 160 ◦ green 138 ◦ blue 193

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

Shades of Cold Purple #A08AC1

Tints of Cold Purple #A08AC1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.11%

 BLUE value IS 193 (75.78% from 255) = 39.31%

R = 32.59%
G = 28.11%
B = 39.31%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A08AC1 (or 0xA08AC1) is known color: Cold Purple. HEX triplet: A0, 8A and C1. RGB value is (160,138,193). Sum of RGB (Red+Green+Blue) = 160+138+193=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #A08AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08AC1 is #5F753E. Grayscale: #969696. Windows color (decimal): -6255935 or 12683936. OLE color: 12683936.

HSL color Cylindrical-coordinate representation of color #A08AC1: hue angle of 264º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A08AC1 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 138 193 -
CMYK 0.17 0.28 0 0.24
HSL 264º 0.31% 0.65% -
HSV(B) 264º 0.28% 0.76% -
XYZ 33.21 29.5 54.4 -
YUV 150.85 151.79 134.53 -
System Red Green Blue C M Y K H S L
Decimal 160 138 193 0.17 0.28 0 0.24 264 0.31 0.65
Hex A0 8A C1 11 1C 0 18 108 1F 41
Octal 240 212 301 21 34 0 30 410 37 101
Binary 10100000 10001010 11000001 10001 11100 0 11000 100001000 11111 1000001

Color Harmonies of #A08AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08AC1

Black with #A08AC1

Text Example


Text Example

White with #A08AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08AC1; }

 p { color: rgb(160,138,193); }

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

background-color css

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

 a { background-color: rgb(160,138,193); }

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

border-color css

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

 span { border-color: rgb(160,138,193); }

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