Html Css Color HEX #A333DD Dark Orchid

📋 copy color: '#A333DD'

red 163 ◦ green 51 ◦ blue 221

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

Shades of Dark Orchid #A333DD

Tints of Dark Orchid #A333DD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.72%

 BLUE value IS 221 (86.72% from 255) = 50.8%

R = 37.47%
G = 11.72%
B = 50.8%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A333DD (or 0xA333DD) is known color: Dark Orchid. HEX triplet: A3, 33 and DD. RGB value is (163,51,221). Sum of RGB (Red+Green+Blue) = 163+51+221=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 51 (20.31% from 255 or 11.72% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #A333DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A333DD is #5CCC22. Grayscale: #676767. Windows color (decimal): -6081571 or 14496675. OLE color: 14496675.

HSL color Cylindrical-coordinate representation of color #A333DD: hue angle of 279.53º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A333DD is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 51 221 -
CMYK 0.26 0.77 0 0.13
HSL 279.53º 0.71% 0.53% -
HSV(B) 279.53º 0.77% 0.87% -
XYZ 29.34 15.37 69.83 -
YUV 103.87 194.11 170.18 -
System Red Green Blue C M Y K H S L
Decimal 163 51 221 0.26 0.77 0 0.13 279.53 0.71 0.53
Hex A3 33 DD 1A 4D 0 D 118 47 35
Octal 243 63 335 32 115 0 15 430 107 65
Binary 10100011 110011 11011101 11010 1001101 0 1101 100011000 1000111 110101

Color Harmonies of #A333DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A333DD

Black with #A333DD

Text Example


Text Example

White with #A333DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A333DD; }

 p { color: rgb(163,51,221); }

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

background-color css

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

 a { background-color: rgb(163,51,221); }

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

border-color css

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

 span { border-color: rgb(163,51,221); }

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