Html Css Color HEX #A93AB8 Dark Orchid

📋 copy color: '#A93AB8'

red 169 ◦ green 58 ◦ blue 184

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

Shades of Dark Orchid #A93AB8

Tints of Dark Orchid #A93AB8

RGB

 RED value IS 169 (66.41% from 255) = 41.12%

 GREEN value IS 58 (23.05% from 255) = 14.11%

 BLUE value IS 184 (72.27% from 255) = 44.77%

R = 41.12%
G = 14.11%
B = 44.77%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A93AB8 (or 0xA93AB8) is known color: Dark Orchid. HEX triplet: A9, 3A and B8. RGB value is (169,58,184). Sum of RGB (Red+Green+Blue) = 169+58+184=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 184 (72.27% from 255 or 44.77% from 411); Max value from RGB is 184 - color contains mainly: blue. Hex color #A93AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93AB8 is #56C547. Grayscale: #696969. Windows color (decimal): -5686600 or 12073641. OLE color: 12073641.

HSL color Cylindrical-coordinate representation of color #A93AB8: hue angle of 292.86º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A93AB8 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 169 58 184 -
CMYK 0.08 0.68 0 0.28
HSL 292.86º 0.52% 0.47% -
HSV(B) 292.86º 0.68% 0.72% -
XYZ 26.53 14.92 46.83 -
YUV 105.55 172.27 173.25 -
System Red Green Blue C M Y K H S L
Decimal 169 58 184 0.08 0.68 0 0.28 292.86 0.52 0.47
Hex A9 3A B8 8 44 0 1C 125 34 2F
Octal 251 72 270 10 104 0 34 445 64 57
Binary 10101001 111010 10111000 1000 1000100 0 11100 100100101 110100 101111

Color Harmonies of #A93AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93AB8

Black with #A93AB8

Text Example


Text Example

White with #A93AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93AB8; }

 p { color: rgb(169,58,184); }

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

background-color css

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

 a { background-color: rgb(169,58,184); }

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

border-color css

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

 span { border-color: rgb(169,58,184); }

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