Html Css Color HEX #A08AC8 Cold Purple

📋 copy color: '#A08AC8'

red 160 ◦ green 138 ◦ blue 200

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

Shades of Cold Purple #A08AC8

Tints of Cold Purple #A08AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.16%

R = 32.13%
G = 27.71%
B = 40.16%

CMYK

 C value IS 0.2

 M value IS 0.31

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A08AC8 (or 0xA08AC8) is known color: Cold Purple. HEX triplet: A0, 8A and C8. RGB value is (160,138,200). Sum of RGB (Red+Green+Blue) = 160+138+200=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 200 - color contains mainly: blue. Hex color #A08AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08AC8 is #5F7537. Grayscale: #979797. Windows color (decimal): -6255928 or 13142688. OLE color: 13142688.

HSL color Cylindrical-coordinate representation of color #A08AC8: hue angle of 261.29º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A08AC8 is Cyan = 0.2, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 138 200 -
CMYK 0.2 0.31 0 0.22
HSL 261.29º 0.36% 0.66% -
HSV(B) 261.29º 0.31% 0.78% -
XYZ 34.01 29.82 58.61 -
YUV 151.65 155.29 133.96 -
System Red Green Blue C M Y K H S L
Decimal 160 138 200 0.2 0.31 0 0.22 261.29 0.36 0.66
Hex A0 8A C8 14 1F 0 16 105 24 42
Octal 240 212 310 24 37 0 26 405 44 102
Binary 10100000 10001010 11001000 10100 11111 0 10110 100000101 100100 1000010

Color Harmonies of #A08AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08AC8

Black with #A08AC8

Text Example


Text Example

White with #A08AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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