Html Css Color HEX #A22BAE Dark Orchid

📋 copy color: '#A22BAE'

red 162 ◦ green 43 ◦ blue 174

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

Shades of Dark Orchid #A22BAE

Tints of Dark Orchid #A22BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.35%

 BLUE value IS 174 (68.36% from 255) = 45.91%

R = 42.74%
G = 11.35%
B = 45.91%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A22BAE (or 0xA22BAE) is known color: Dark Orchid. HEX triplet: A2, 2B and AE. RGB value is (162,43,174). Sum of RGB (Red+Green+Blue) = 162+43+174=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #A22BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22BAE is #5DD451. Grayscale: #5D5D5D. Windows color (decimal): -6149202 or 11414434. OLE color: 11414434.

HSL color Cylindrical-coordinate representation of color #A22BAE: hue angle of 294.5º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A22BAE is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 43 174 -
CMYK 0.07 0.75 0 0.32
HSL 294.5º 0.6% 0.43% -
HSV(B) 294.5º 0.75% 0.68% -
XYZ 23.4 12.47 41.22 -
YUV 93.52 173.42 176.85 -
System Red Green Blue C M Y K H S L
Decimal 162 43 174 0.07 0.75 0 0.32 294.5 0.6 0.43
Hex A2 2B AE 7 4B 0 20 127 3C 2B
Octal 242 53 256 7 113 0 40 447 74 53
Binary 10100010 101011 10101110 111 1001011 0 100000 100100111 111100 101011

Color Harmonies of #A22BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22BAE

Black with #A22BAE

Text Example


Text Example

White with #A22BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22BAE; }

 p { color: rgb(162,43,174); }

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

background-color css

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

 a { background-color: rgb(162,43,174); }

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

border-color css

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

 span { border-color: rgb(162,43,174); }

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