Html Css Color HEX #A92FDF Dark Orchid

📋 copy color: '#A92FDF'

red 169 ◦ green 47 ◦ blue 223

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

Shades of Dark Orchid #A92FDF

Tints of Dark Orchid #A92FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.8%

R = 38.5%
G = 10.71%
B = 50.8%

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

#A92FDF (or 0xA92FDF) is known color: Dark Orchid. HEX triplet: A9, 2F and DF. RGB value is (169,47,223). Sum of RGB (Red+Green+Blue) = 169+47+223=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 47 (18.75% from 255 or 10.71% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #A92FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92FDF is #56D020. Grayscale: #666666. Windows color (decimal): -5689377 or 14626729. OLE color: 14626729.

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

Color convert

RGB 169 47 223 -
CMYK 0.24 0.79 0 0.13
HSL 281.59º 0.73% 0.53% -
HSV(B) 281.59º 0.79% 0.87% -
XYZ 30.7 15.8 71.24 -
YUV 103.54 195.42 174.69 -
System Red Green Blue C M Y K H S L
Decimal 169 47 223 0.24 0.79 0 0.13 281.59 0.73 0.53
Hex A9 2F DF 18 4F 0 D 11A 49 35
Octal 251 57 337 30 117 0 15 432 111 65
Binary 10101001 101111 11011111 11000 1001111 0 1101 100011010 1001001 110101

Color Harmonies of #A92FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92FDF

Black with #A92FDF

Text Example


Text Example

White with #A92FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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