Html Css Color HEX #A92FE9 Dark Orchid

📋 copy color: '#A92FE9'

red 169 ◦ green 47 ◦ blue 233

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

Shades of Dark Orchid #A92FE9

Tints of Dark Orchid #A92FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 51.89%

R = 37.64%
G = 10.47%
B = 51.89%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A92FE9 (or 0xA92FE9) is known color: Dark Orchid. HEX triplet: A9, 2F and E9. RGB value is (169,47,233). Sum of RGB (Red+Green+Blue) = 169+47+233=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 47 (18.75% from 255 or 10.47% from 449); Blue value is 233 (91.41% from 255 or 51.89% from 449); Max value from RGB is 233 - color contains mainly: blue. Hex color #A92FE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A92FE9 is #56D016. Grayscale: #686868. Windows color (decimal): -5689367 or 15282089. OLE color: 15282089.

HSL color Cylindrical-coordinate representation of color #A92FE9: hue angle of 279.35º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A92FE9 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 169 47 233 -
CMYK 0.27 0.80 0 0.09
HSL 279.35º 0.81% 0.55% -
HSV(B) 279.35º 0.8% 0.91% -
XYZ 32.09 16.35 78.56 -
YUV 104.68 200.42 173.88 -
System Red Green Blue C M Y K H S L
Decimal 169 47 233 0.27 0.80 0 0.09 279.35 0.81 0.55
Hex A9 2F E9 1B 50 0 9 117 51 37
Octal 251 57 351 33 120 0 11 427 121 67
Binary 10101001 101111 11101001 11011 1010000 0 1001 100010111 1010001 110111

Color Harmonies of #A92FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92FE9

Black with #A92FE9

Text Example


Text Example

White with #A92FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92FE9; }

 p { color: rgb(169,47,233); }

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

background-color css

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

 a { background-color: rgb(169,47,233); }

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

border-color css

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

 span { border-color: rgb(169,47,233); }

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