Html Css Color HEX #A930DF Dark Orchid

📋 copy color: '#A930DF'

red 169 ◦ green 48 ◦ blue 223

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

Shades of Dark Orchid #A930DF

Tints of Dark Orchid #A930DF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.91%

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

R = 38.41%
G = 10.91%
B = 50.68%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A930DF (or 0xA930DF) is known color: Dark Orchid. HEX triplet: A9, 30 and DF. RGB value is (169,48,223). Sum of RGB (Red+Green+Blue) = 169+48+223=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #A930DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A930DF is #56CF20. Grayscale: #676767. Windows color (decimal): -5689121 or 14626985. OLE color: 14626985.

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

Color convert

RGB 169 48 223 -
CMYK 0.24 0.78 0 0.13
HSL 281.49º 0.73% 0.53% -
HSV(B) 281.49º 0.78% 0.87% -
XYZ 30.74 15.88 71.26 -
YUV 104.13 195.09 174.27 -
System Red Green Blue C M Y K H S L
Decimal 169 48 223 0.24 0.78 0 0.13 281.49 0.73 0.53
Hex A9 30 DF 18 4E 0 D 119 49 35
Octal 251 60 337 30 116 0 15 431 111 65
Binary 10101001 110000 11011111 11000 1001110 0 1101 100011001 1001001 110101

Color Harmonies of #A930DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A930DF

Black with #A930DF

Text Example


Text Example

White with #A930DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A930DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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