Html Css Color HEX #A33DB9 Dark Orchid

📋 copy color: '#A33DB9'

red 163 ◦ green 61 ◦ blue 185

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

Shades of Dark Orchid #A33DB9

Tints of Dark Orchid #A33DB9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.91%

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

R = 39.85%
G = 14.91%
B = 45.23%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A33DB9 (or 0xA33DB9) is known color: Dark Orchid. HEX triplet: A3, 3D and B9. RGB value is (163,61,185). Sum of RGB (Red+Green+Blue) = 163+61+185=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 185 - color contains mainly: blue. Hex color #A33DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33DB9 is #5CC246. Grayscale: #696969. Windows color (decimal): -6079047 or 12139939. OLE color: 12139939.

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

Color convert

RGB 163 61 185 -
CMYK 0.12 0.67 0 0.27
HSL 289.35º 0.5% 0.48% -
HSV(B) 289.35º 0.67% 0.73% -
XYZ 25.53 14.63 47.38 -
YUV 105.63 172.79 168.92 -
System Red Green Blue C M Y K H S L
Decimal 163 61 185 0.12 0.67 0 0.27 289.35 0.5 0.48
Hex A3 3D B9 C 43 0 1B 121 32 30
Octal 243 75 271 14 103 0 33 441 62 60
Binary 10100011 111101 10111001 1100 1000011 0 11011 100100001 110010 110000

Color Harmonies of #A33DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33DB9

Black with #A33DB9

Text Example


Text Example

White with #A33DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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