Html Css Color HEX #A093AF Cold Purple

📋 copy color: '#A093AF'

red 160 ◦ green 147 ◦ blue 175

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

Shades of Cold Purple #A093AF

Tints of Cold Purple #A093AF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.5%

 BLUE value IS 175 (68.75% from 255) = 36.31%

R = 33.2%
G = 30.5%
B = 36.31%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A093AF (or 0xA093AF) is known color: Cold Purple. HEX triplet: A0, 93 and AF. RGB value is (160,147,175). Sum of RGB (Red+Green+Blue) = 160+147+175=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 175 - color contains mainly: blue. Hex color #A093AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A093AF is #5F6C50. Grayscale: #999999. Windows color (decimal): -6253649 or 11506592. OLE color: 11506592.

HSL color Cylindrical-coordinate representation of color #A093AF: hue angle of 267.86º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A093AF is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 147 175 -
CMYK 0.09 0.16 0 0.31
HSL 267.86º 0.15% 0.63% -
HSV(B) 267.86º 0.16% 0.69% -
XYZ 32.67 31.44 44.9 -
YUV 154.08 139.81 132.22 -
System Red Green Blue C M Y K H S L
Decimal 160 147 175 0.09 0.16 0 0.31 267.86 0.15 0.63
Hex A0 93 AF 9 10 0 1F 10C F 3F
Octal 240 223 257 11 20 0 37 414 17 77
Binary 10100000 10010011 10101111 1001 10000 0 11111 100001100 1111 111111

Color Harmonies of #A093AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A093AF

Black with #A093AF

Text Example


Text Example

White with #A093AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A093AF; }

 p { color: rgb(160,147,175); }

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

background-color css

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

 a { background-color: rgb(160,147,175); }

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

border-color css

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

 span { border-color: rgb(160,147,175); }

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