Html Css Color HEX #A33DD6 Dark Orchid

📋 copy color: '#A33DD6'

red 163 ◦ green 61 ◦ blue 214

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

Shades of Dark Orchid #A33DD6

Tints of Dark Orchid #A33DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.86%

R = 37.21%
G = 13.93%
B = 48.86%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A33DD6 (or 0xA33DD6) is known color: Dark Orchid. HEX triplet: A3, 3D and D6. RGB value is (163,61,214). Sum of RGB (Red+Green+Blue) = 163+61+214=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #A33DD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33DD6 is #5CC229. Grayscale: #6C6C6C. Windows color (decimal): -6079018 or 14040483. OLE color: 14040483.

HSL color Cylindrical-coordinate representation of color #A33DD6: hue angle of 280º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A33DD6 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 61 214 -
CMYK 0.24 0.71 0 0.16
HSL 280º 0.65% 0.54% -
HSV(B) 280º 0.71% 0.84% -
XYZ 28.91 15.98 65.18 -
YUV 108.94 187.29 166.56 -
System Red Green Blue C M Y K H S L
Decimal 163 61 214 0.24 0.71 0 0.16 280 0.65 0.54
Hex A3 3D D6 18 47 0 10 118 41 36
Octal 243 75 326 30 107 0 20 430 101 66
Binary 10100011 111101 11010110 11000 1000111 0 10000 100011000 1000001 110110

Color Harmonies of #A33DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33DD6

Black with #A33DD6

Text Example


Text Example

White with #A33DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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