Html Css Color HEX #A935DE Dark Orchid

📋 copy color: '#A935DE'

red 169 ◦ green 53 ◦ blue 222

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

Shades of Dark Orchid #A935DE

Tints of Dark Orchid #A935DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50%

R = 38.06%
G = 11.94%
B = 50%

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

#A935DE (or 0xA935DE) is known color: Dark Orchid. HEX triplet: A9, 35 and DE. RGB value is (169,53,222). Sum of RGB (Red+Green+Blue) = 169+53+222=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 53 (21.09% from 255 or 11.94% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #A935DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A935DE is #56CA21. Grayscale: #6A6A6A. Windows color (decimal): -5687842 or 14562729. OLE color: 14562729.

HSL color Cylindrical-coordinate representation of color #A935DE: hue angle of 281.18º degrees, saturation: 0.72, 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 #A935DE is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 53 222 -
CMYK 0.24 0.76 0 0.13
HSL 281.18º 0.72% 0.54% -
HSV(B) 281.18º 0.76% 0.87% -
XYZ 30.82 16.26 70.62 -
YUV 106.95 192.93 172.26 -
System Red Green Blue C M Y K H S L
Decimal 169 53 222 0.24 0.76 0 0.13 281.18 0.72 0.54
Hex A9 35 DE 18 4C 0 D 119 48 36
Octal 251 65 336 30 114 0 15 431 110 66
Binary 10101001 110101 11011110 11000 1001100 0 1101 100011001 1001000 110110

Color Harmonies of #A935DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A935DE

Black with #A935DE

Text Example


Text Example

White with #A935DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A935DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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