Html Css Color HEX #A922E0 Dark Orchid

📋 copy color: '#A922E0'

red 169 ◦ green 34 ◦ blue 224

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

Shades of Dark Orchid #A922E0

Tints of Dark Orchid #A922E0

RGB

 RED value IS 169 (66.41% from 255) = 39.58%

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

 BLUE value IS 224 (87.89% from 255) = 52.46%

R = 39.58%
G = 7.96%
B = 52.46%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A922E0 (or 0xA922E0) is known color: Dark Orchid. HEX triplet: A9, 22 and E0. RGB value is (169,34,224). Sum of RGB (Red+Green+Blue) = 169+34+224=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 34 (13.67% from 255 or 7.96% from 427); Blue value is 224 (87.89% from 255 or 52.46% from 427); Max value from RGB is 224 - color contains mainly: blue. Hex color #A922E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A922E0 is #56DD1F. Grayscale: #5F5F5F. Windows color (decimal): -5692704 or 14688937. OLE color: 14688937.

HSL color Cylindrical-coordinate representation of color #A922E0: hue angle of 282.63º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A922E0 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 169 34 224 -
CMYK 0.25 0.85 0 0.12
HSL 282.63º 0.75% 0.51% -
HSV(B) 282.63º 0.85% 0.88% -
XYZ 30.39 14.96 71.81 -
YUV 96.03 200.23 180.05 -
System Red Green Blue C M Y K H S L
Decimal 169 34 224 0.25 0.85 0 0.12 282.63 0.75 0.51
Hex A9 22 E0 19 55 0 C 11B 4B 33
Octal 251 42 340 31 125 0 14 433 113 63
Binary 10101001 100010 11100000 11001 1010101 0 1100 100011011 1001011 110011

Color Harmonies of #A922E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A922E0

Black with #A922E0

Text Example


Text Example

White with #A922E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A922E0; }

 p { color: rgb(169,34,224); }

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

background-color css

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

 a { background-color: rgb(169,34,224); }

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

border-color css

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

 span { border-color: rgb(169,34,224); }

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