Html Css Color HEX #A222BE Dark Orchid

📋 copy color: '#A222BE'

red 162 ◦ green 34 ◦ blue 190

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

Shades of Dark Orchid #A222BE

Tints of Dark Orchid #A222BE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.81%

 BLUE value IS 190 (74.61% from 255) = 49.22%

R = 41.97%
G = 8.81%
B = 49.22%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A222BE (or 0xA222BE) is known color: Dark Orchid. HEX triplet: A2, 22 and BE. RGB value is (162,34,190). Sum of RGB (Red+Green+Blue) = 162+34+190=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #A222BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A222BE is #5DDD41. Grayscale: #595959. Windows color (decimal): -6151490 or 12460706. OLE color: 12460706.

HSL color Cylindrical-coordinate representation of color #A222BE: hue angle of 289.23º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A222BE is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 34 190 -
CMYK 0.15 0.82 0 0.25
HSL 289.23º 0.7% 0.44% -
HSV(B) 289.23º 0.82% 0.75% -
XYZ 24.77 12.54 49.83 -
YUV 90.06 184.41 179.32 -
System Red Green Blue C M Y K H S L
Decimal 162 34 190 0.15 0.82 0 0.25 289.23 0.7 0.44
Hex A2 22 BE F 52 0 19 121 46 2C
Octal 242 42 276 17 122 0 31 441 106 54
Binary 10100010 100010 10111110 1111 1010010 0 11001 100100001 1000110 101100

Color Harmonies of #A222BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A222BE

Black with #A222BE

Text Example


Text Example

White with #A222BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A222BE; }

 p { color: rgb(162,34,190); }

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

background-color css

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

 a { background-color: rgb(162,34,190); }

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

border-color css

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

 span { border-color: rgb(162,34,190); }

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