Html Css Color HEX #A220CB Dark Orchid

📋 copy color: '#A220CB'

red 162 ◦ green 32 ◦ blue 203

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

Shades of Dark Orchid #A220CB

Tints of Dark Orchid #A220CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.13%

R = 40.81%
G = 8.06%
B = 51.13%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A220CB (or 0xA220CB) is known color: Dark Orchid. HEX triplet: A2, 20 and CB. RGB value is (162,32,203). Sum of RGB (Red+Green+Blue) = 162+32+203=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #A220CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A220CB is #5DDF34. Grayscale: #595959. Windows color (decimal): -6151989 or 13312162. OLE color: 13312162.

HSL color Cylindrical-coordinate representation of color #A220CB: hue angle of 285.61º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A220CB is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 32 203 -
CMYK 0.20 0.84 0 0.20
HSL 285.61º 0.73% 0.46% -
HSV(B) 285.61º 0.84% 0.8% -
XYZ 26.2 13.03 57.63 -
YUV 90.36 191.57 179.1 -
System Red Green Blue C M Y K H S L
Decimal 162 32 203 0.20 0.84 0 0.20 285.61 0.73 0.46
Hex A2 20 CB 14 54 0 14 11E 49 2E
Octal 242 40 313 24 124 0 24 436 111 56
Binary 10100010 100000 11001011 10100 1010100 0 10100 100011110 1001001 101110

Color Harmonies of #A220CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A220CB

Black with #A220CB

Text Example


Text Example

White with #A220CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A220CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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