Html Css Color HEX #A92EDD Dark Orchid

📋 copy color: '#A92EDD'

red 169 ◦ green 46 ◦ blue 221

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

Shades of Dark Orchid #A92EDD

Tints of Dark Orchid #A92EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.55%

 BLUE value IS 221 (86.72% from 255) = 50.69%

R = 38.76%
G = 10.55%
B = 50.69%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A92EDD (or 0xA92EDD) is known color: Dark Orchid. HEX triplet: A9, 2E and DD. RGB value is (169,46,221). Sum of RGB (Red+Green+Blue) = 169+46+221=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #A92EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92EDD is #56D122. Grayscale: #666666. Windows color (decimal): -5689635 or 14495401. OLE color: 14495401.

HSL color Cylindrical-coordinate representation of color #A92EDD: hue angle of 282.17º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A92EDD is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 46 221 -
CMYK 0.24 0.79 0 0.13
HSL 282.17º 0.72% 0.52% -
HSV(B) 282.17º 0.79% 0.87% -
XYZ 30.39 15.61 69.82 -
YUV 102.73 194.75 175.27 -
System Red Green Blue C M Y K H S L
Decimal 169 46 221 0.24 0.79 0 0.13 282.17 0.72 0.52
Hex A9 2E DD 18 4F 0 D 11A 48 34
Octal 251 56 335 30 117 0 15 432 110 64
Binary 10101001 101110 11011101 11000 1001111 0 1101 100011010 1001000 110100

Color Harmonies of #A92EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92EDD

Black with #A92EDD

Text Example


Text Example

White with #A92EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92EDD; }

 p { color: rgb(169,46,221); }

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

background-color css

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

 a { background-color: rgb(169,46,221); }

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

border-color css

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

 span { border-color: rgb(169,46,221); }

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