Html Css Color HEX #A221CF Dark Orchid

📋 copy color: '#A221CF'

red 162 ◦ green 33 ◦ blue 207

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

Shades of Dark Orchid #A221CF

Tints of Dark Orchid #A221CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.49%

R = 40.3%
G = 8.21%
B = 51.49%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A221CF (or 0xA221CF) is known color: Dark Orchid. HEX triplet: A2, 21 and CF. RGB value is (162,33,207). Sum of RGB (Red+Green+Blue) = 162+33+207=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #A221CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A221CF is #5DDE30. Grayscale: #5A5A5A. Windows color (decimal): -6151729 or 13574562. OLE color: 13574562.

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

Color convert

RGB 162 33 207 -
CMYK 0.22 0.84 0 0.19
HSL 284.48º 0.73% 0.47% -
HSV(B) 284.48º 0.84% 0.81% -
XYZ 26.71 13.27 60.19 -
YUV 91.41 193.24 178.35 -
System Red Green Blue C M Y K H S L
Decimal 162 33 207 0.22 0.84 0 0.19 284.48 0.73 0.47
Hex A2 21 CF 16 54 0 13 11C 48 2F
Octal 242 41 317 26 124 0 23 434 110 57
Binary 10100010 100001 11001111 10110 1010100 0 10011 100011100 1001000 101111

Color Harmonies of #A221CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A221CF

Black with #A221CF

Text Example


Text Example

White with #A221CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A221CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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