Html Css Color HEX #A220B3 Dark Orchid

📋 copy color: '#A220B3'

red 162 ◦ green 32 ◦ blue 179

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

Shades of Dark Orchid #A220B3

Tints of Dark Orchid #A220B3

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.58%

 BLUE value IS 179 (70.31% from 255) = 47.99%

R = 43.43%
G = 8.58%
B = 47.99%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A220B3 (or 0xA220B3) is known color: Dark Orchid. HEX triplet: A2, 20 and B3. RGB value is (162,32,179). Sum of RGB (Red+Green+Blue) = 162+32+179=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #A220B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A220B3 is #5DDF4C. Grayscale: #575757. Windows color (decimal): -6152013 or 11739298. OLE color: 11739298.

HSL color Cylindrical-coordinate representation of color #A220B3: hue angle of 293.06º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A220B3 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 32 179 -
CMYK 0.09 0.82 0 0.30
HSL 293.06º 0.7% 0.41% -
HSV(B) 293.06º 0.82% 0.7% -
XYZ 23.55 11.97 43.72 -
YUV 87.63 179.57 181.05 -
System Red Green Blue C M Y K H S L
Decimal 162 32 179 0.09 0.82 0 0.30 293.06 0.7 0.41
Hex A2 20 B3 9 52 0 1E 125 46 29
Octal 242 40 263 11 122 0 36 445 106 51
Binary 10100010 100000 10110011 1001 1010010 0 11110 100100101 1000110 101001

Color Harmonies of #A220B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A220B3

Black with #A220B3

Text Example


Text Example

White with #A220B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A220B3; }

 p { color: rgb(162,32,179); }

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

background-color css

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

 a { background-color: rgb(162,32,179); }

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

border-color css

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

 span { border-color: rgb(162,32,179); }

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