Html Css Color HEX #A22FB0 Dark Orchid

📋 copy color: '#A22FB0'

red 162 ◦ green 47 ◦ blue 176

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

Shades of Dark Orchid #A22FB0

Tints of Dark Orchid #A22FB0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.21%

 BLUE value IS 176 (69.14% from 255) = 45.71%

R = 42.08%
G = 12.21%
B = 45.71%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A22FB0 (or 0xA22FB0) is known color: Dark Orchid. HEX triplet: A2, 2F and B0. RGB value is (162,47,176). Sum of RGB (Red+Green+Blue) = 162+47+176=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 176 - color contains mainly: blue. Hex color #A22FB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22FB0 is #5DD04F. Grayscale: #5F5F5F. Windows color (decimal): -6148176 or 11546530. OLE color: 11546530.

HSL color Cylindrical-coordinate representation of color #A22FB0: hue angle of 293.49º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A22FB0 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 47 176 -
CMYK 0.08 0.73 0 0.31
HSL 293.49º 0.58% 0.44% -
HSV(B) 293.49º 0.73% 0.69% -
XYZ 23.75 12.85 42.3 -
YUV 96.09 173.1 175.01 -
System Red Green Blue C M Y K H S L
Decimal 162 47 176 0.08 0.73 0 0.31 293.49 0.58 0.44
Hex A2 2F B0 8 49 0 1F 125 3A 2C
Octal 242 57 260 10 111 0 37 445 72 54
Binary 10100010 101111 10110000 1000 1001001 0 11111 100100101 111010 101100

Color Harmonies of #A22FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22FB0

Black with #A22FB0

Text Example


Text Example

White with #A22FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22FB0; }

 p { color: rgb(162,47,176); }

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

background-color css

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

 a { background-color: rgb(162,47,176); }

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

border-color css

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

 span { border-color: rgb(162,47,176); }

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