Html Css Color HEX #A093BF Cold Purple

📋 copy color: '#A093BF'

red 160 ◦ green 147 ◦ blue 191

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

Shades of Cold Purple #A093BF

Tints of Cold Purple #A093BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.35%

R = 32.13%
G = 29.52%
B = 38.35%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A093BF (or 0xA093BF) is known color: Cold Purple. HEX triplet: A0, 93 and BF. RGB value is (160,147,191). Sum of RGB (Red+Green+Blue) = 160+147+191=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #A093BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093BF is #5F6C40. Grayscale: #9B9B9B. Windows color (decimal): -6253633 or 12555168. OLE color: 12555168.

HSL color Cylindrical-coordinate representation of color #A093BF: hue angle of 257.73º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A093BF is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 147 191 -
CMYK 0.16 0.23 0 0.25
HSL 257.73º 0.26% 0.66% -
HSV(B) 257.73º 0.23% 0.75% -
XYZ 34.33 32.1 53.68 -
YUV 155.9 147.81 130.92 -
System Red Green Blue C M Y K H S L
Decimal 160 147 191 0.16 0.23 0 0.25 257.73 0.26 0.66
Hex A0 93 BF 10 17 0 19 102 1A 42
Octal 240 223 277 20 27 0 31 402 32 102
Binary 10100000 10010011 10111111 10000 10111 0 11001 100000010 11010 1000010

Color Harmonies of #A093BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A093BF

Black with #A093BF

Text Example


Text Example

White with #A093BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A093BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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