Html Css Color HEX #A093BC Cold Purple

📋 copy color: '#A093BC'

red 160 ◦ green 147 ◦ blue 188

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

Shades of Cold Purple #A093BC

Tints of Cold Purple #A093BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.98%

R = 32.32%
G = 29.7%
B = 37.98%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A093BC (or 0xA093BC) is known color: Cold Purple. HEX triplet: A0, 93 and BC. RGB value is (160,147,188). Sum of RGB (Red+Green+Blue) = 160+147+188=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #A093BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093BC is #5F6C43. Grayscale: #9B9B9B. Windows color (decimal): -6253636 or 12358560. OLE color: 12358560.

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

Color convert

RGB 160 147 188 -
CMYK 0.15 0.22 0 0.26
HSL 259.02º 0.23% 0.66% -
HSV(B) 259.02º 0.22% 0.74% -
XYZ 34.01 31.97 51.96 -
YUV 155.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 160 147 188 0.15 0.22 0 0.26 259.02 0.23 0.66
Hex A0 93 BC F 16 0 1A 103 17 42
Octal 240 223 274 17 26 0 32 403 27 102
Binary 10100000 10010011 10111100 1111 10110 0 11010 100000011 10111 1000010

Color Harmonies of #A093BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A093BC

Black with #A093BC

Text Example


Text Example

White with #A093BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A093BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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