Html Css Color HEX #A922E5 Dark Orchid

📋 copy color: '#A922E5'

red 169 ◦ green 34 ◦ blue 229

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

Shades of Dark Orchid #A922E5

Tints of Dark Orchid #A922E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 53.01%

R = 39.12%
G = 7.87%
B = 53.01%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A922E5 (or 0xA922E5) is known color: Dark Orchid. HEX triplet: A9, 22 and E5. RGB value is (169,34,229). Sum of RGB (Red+Green+Blue) = 169+34+229=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 34 (13.67% from 255 or 7.87% from 432); Blue value is 229 (89.84% from 255 or 53.01% from 432); Max value from RGB is 229 - color contains mainly: blue. Hex color #A922E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A922E5 is #56DD1A. Grayscale: #5F5F5F. Windows color (decimal): -5692699 or 15016617. OLE color: 15016617.

HSL color Cylindrical-coordinate representation of color #A922E5: hue angle of 281.54º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A922E5 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 34 229 -
CMYK 0.26 0.85 0 0.10
HSL 281.54º 0.79% 0.52% -
HSV(B) 281.54º 0.85% 0.9% -
XYZ 31.08 15.24 75.43 -
YUV 96.6 202.73 179.64 -
System Red Green Blue C M Y K H S L
Decimal 169 34 229 0.26 0.85 0 0.10 281.54 0.79 0.52
Hex A9 22 E5 1A 55 0 A 11A 4F 34
Octal 251 42 345 32 125 0 12 432 117 64
Binary 10101001 100010 11100101 11010 1010101 0 1010 100011010 1001111 110100

Color Harmonies of #A922E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A922E5

Black with #A922E5

Text Example


Text Example

White with #A922E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A922E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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