Html Css Color HEX #A93ECC Dark Orchid

📋 copy color: '#A93ECC'

red 169 ◦ green 62 ◦ blue 204

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

Shades of Dark Orchid #A93ECC

Tints of Dark Orchid #A93ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.25%

 BLUE value IS 204 (80.08% from 255) = 46.9%

R = 38.85%
G = 14.25%
B = 46.9%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A93ECC (or 0xA93ECC) is known color: Dark Orchid. HEX triplet: A9, 3E and CC. RGB value is (169,62,204). Sum of RGB (Red+Green+Blue) = 169+62+204=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #A93ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93ECC is #56C133. Grayscale: #6D6D6D. Windows color (decimal): -5685556 or 13385385. OLE color: 13385385.

HSL color Cylindrical-coordinate representation of color #A93ECC: hue angle of 285.21º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A93ECC is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 169 62 204 -
CMYK 0.17 0.70 0 0.2
HSL 285.21º 0.58% 0.52% -
HSV(B) 285.21º 0.7% 0.8% -
XYZ 28.98 16.24 58.73 -
YUV 110.18 180.95 169.95 -
System Red Green Blue C M Y K H S L
Decimal 169 62 204 0.17 0.70 0 0.2 285.21 0.58 0.52
Hex A9 3E CC 11 46 0 14 11D 3A 34
Octal 251 76 314 21 106 0 24 435 72 64
Binary 10101001 111110 11001100 10001 1000110 0 10100 100011101 111010 110100

Color Harmonies of #A93ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93ECC

Black with #A93ECC

Text Example


Text Example

White with #A93ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93ECC; }

 p { color: rgb(169,62,204); }

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

background-color css

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

 a { background-color: rgb(169,62,204); }

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

border-color css

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

 span { border-color: rgb(169,62,204); }

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