Html Css Color HEX #A33DD3 Dark Orchid

📋 copy color: '#A33DD3'

red 163 ◦ green 61 ◦ blue 211

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

Shades of Dark Orchid #A33DD3

Tints of Dark Orchid #A33DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 48.51%

R = 37.47%
G = 14.02%
B = 48.51%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A33DD3 (or 0xA33DD3) is known color: Dark Orchid. HEX triplet: A3, 3D and D3. RGB value is (163,61,211). Sum of RGB (Red+Green+Blue) = 163+61+211=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 211 (82.81% from 255 or 48.51% from 435); Max value from RGB is 211 - color contains mainly: blue. Hex color #A33DD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33DD3 is #5CC22C. Grayscale: #6C6C6C. Windows color (decimal): -6079021 or 13843875. OLE color: 13843875.

HSL color Cylindrical-coordinate representation of color #A33DD3: hue angle of 280.8º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A33DD3 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 163 61 211 -
CMYK 0.23 0.71 0 0.17
HSL 280.8º 0.63% 0.53% -
HSV(B) 280.8º 0.71% 0.83% -
XYZ 28.53 15.83 63.18 -
YUV 108.6 185.79 166.8 -
System Red Green Blue C M Y K H S L
Decimal 163 61 211 0.23 0.71 0 0.17 280.8 0.63 0.53
Hex A3 3D D3 17 47 0 11 119 3F 35
Octal 243 75 323 27 107 0 21 431 77 65
Binary 10100011 111101 11010011 10111 1000111 0 10001 100011001 111111 110101

Color Harmonies of #A33DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33DD3

Black with #A33DD3

Text Example


Text Example

White with #A33DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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