Html Css Color HEX #A33EB9 Dark Orchid

📋 copy color: '#A33EB9'

red 163 ◦ green 62 ◦ blue 185

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

Shades of Dark Orchid #A33EB9

Tints of Dark Orchid #A33EB9

RGB

 RED value IS 163 (64.06% from 255) = 39.76%

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

 BLUE value IS 185 (72.66% from 255) = 45.12%

R = 39.76%
G = 15.12%
B = 45.12%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A33EB9 (or 0xA33EB9) is known color: Dark Orchid. HEX triplet: A3, 3E and B9. RGB value is (163,62,185). Sum of RGB (Red+Green+Blue) = 163+62+185=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 62 (24.61% from 255 or 15.12% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 185 - color contains mainly: blue. Hex color #A33EB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33EB9 is #5CC146. Grayscale: #696969. Windows color (decimal): -6078791 or 12140195. OLE color: 12140195.

HSL color Cylindrical-coordinate representation of color #A33EB9: hue angle of 289.27º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A33EB9 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 62 185 -
CMYK 0.12 0.66 0 0.27
HSL 289.27º 0.5% 0.48% -
HSV(B) 289.27º 0.66% 0.73% -
XYZ 25.58 14.73 47.39 -
YUV 106.22 172.46 168.5 -
System Red Green Blue C M Y K H S L
Decimal 163 62 185 0.12 0.66 0 0.27 289.27 0.5 0.48
Hex A3 3E B9 C 42 0 1B 121 32 30
Octal 243 76 271 14 102 0 33 441 62 60
Binary 10100011 111110 10111001 1100 1000010 0 11011 100100001 110010 110000

Color Harmonies of #A33EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33EB9

Black with #A33EB9

Text Example


Text Example

White with #A33EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33EB9; }

 p { color: rgb(163,62,185); }

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

background-color css

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

 a { background-color: rgb(163,62,185); }

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

border-color css

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

 span { border-color: rgb(163,62,185); }

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