Html Css Color HEX #A221D0 Dark Orchid

📋 copy color: '#A221D0'

red 162 ◦ green 33 ◦ blue 208

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

Shades of Dark Orchid #A221D0

Tints of Dark Orchid #A221D0

RGB

 RED value IS 162 (63.67% from 255) = 40.2%

 GREEN value IS 33 (13.28% from 255) = 8.19%

 BLUE value IS 208 (81.64% from 255) = 51.61%

R = 40.2%
G = 8.19%
B = 51.61%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A221D0 (or 0xA221D0) is known color: Dark Orchid. HEX triplet: A2, 21 and D0. RGB value is (162,33,208). Sum of RGB (Red+Green+Blue) = 162+33+208=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #A221D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A221D0 is #5DDE2F. Grayscale: #5A5A5A. Windows color (decimal): -6151728 or 13640098. OLE color: 13640098.

HSL color Cylindrical-coordinate representation of color #A221D0: hue angle of 284.23º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A221D0 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 33 208 -
CMYK 0.22 0.84 0 0.18
HSL 284.23º 0.73% 0.47% -
HSV(B) 284.23º 0.84% 0.82% -
XYZ 26.83 13.32 60.83 -
YUV 91.52 193.74 178.27 -
System Red Green Blue C M Y K H S L
Decimal 162 33 208 0.22 0.84 0 0.18 284.23 0.73 0.47
Hex A2 21 D0 16 54 0 12 11C 49 2F
Octal 242 41 320 26 124 0 22 434 111 57
Binary 10100010 100001 11010000 10110 1010100 0 10010 100011100 1001001 101111

Color Harmonies of #A221D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A221D0

Black with #A221D0

Text Example


Text Example

White with #A221D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A221D0; }

 p { color: rgb(162,33,208); }

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

background-color css

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

 a { background-color: rgb(162,33,208); }

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

border-color css

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

 span { border-color: rgb(162,33,208); }

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