Html Css Color HEX #A33DB6 Dark Orchid

📋 copy color: '#A33DB6'

red 163 ◦ green 61 ◦ blue 182

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

Shades of Dark Orchid #A33DB6

Tints of Dark Orchid #A33DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.83%

R = 40.15%
G = 15.02%
B = 44.83%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A33DB6 (or 0xA33DB6) is known color: Dark Orchid. HEX triplet: A3, 3D and B6. RGB value is (163,61,182). Sum of RGB (Red+Green+Blue) = 163+61+182=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 182 - color contains mainly: blue. Hex color #A33DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33DB6 is #5CC249. Grayscale: #686868. Windows color (decimal): -6079050 or 11943331. OLE color: 11943331.

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

Color convert

RGB 163 61 182 -
CMYK 0.10 0.66 0 0.29
HSL 290.58º 0.5% 0.48% -
HSV(B) 290.58º 0.66% 0.71% -
XYZ 25.22 14.5 45.73 -
YUV 105.29 171.29 169.16 -
System Red Green Blue C M Y K H S L
Decimal 163 61 182 0.10 0.66 0 0.29 290.58 0.5 0.48
Hex A3 3D B6 A 42 0 1D 123 32 30
Octal 243 75 266 12 102 0 35 443 62 60
Binary 10100011 111101 10110110 1010 1000010 0 11101 100100011 110010 110000

Color Harmonies of #A33DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33DB6

Black with #A33DB6

Text Example


Text Example

White with #A33DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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