Html Css Color HEX #A935DF Dark Orchid

📋 copy color: '#A935DF'

red 169 ◦ green 53 ◦ blue 223

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

Shades of Dark Orchid #A935DF

Tints of Dark Orchid #A935DF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.91%

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

R = 37.98%
G = 11.91%
B = 50.11%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A935DF (or 0xA935DF) is known color: Dark Orchid. HEX triplet: A9, 35 and DF. RGB value is (169,53,223). Sum of RGB (Red+Green+Blue) = 169+53+223=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #A935DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A935DF is #56CA20. Grayscale: #6A6A6A. Windows color (decimal): -5687841 or 14628265. OLE color: 14628265.

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

Color convert

RGB 169 53 223 -
CMYK 0.24 0.76 0 0.13
HSL 280.94º 0.73% 0.54% -
HSV(B) 280.94º 0.76% 0.87% -
XYZ 30.95 16.31 71.33 -
YUV 107.06 193.43 172.18 -
System Red Green Blue C M Y K H S L
Decimal 169 53 223 0.24 0.76 0 0.13 280.94 0.73 0.54
Hex A9 35 DF 18 4C 0 D 119 49 36
Octal 251 65 337 30 114 0 15 431 111 66
Binary 10101001 110101 11011111 11000 1001100 0 1101 100011001 1001001 110110

Color Harmonies of #A935DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A935DF

Black with #A935DF

Text Example


Text Example

White with #A935DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A935DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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