Html Css Color HEX #A935D8 Dark Orchid

📋 copy color: '#A935D8'

red 169 ◦ green 53 ◦ blue 216

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

Shades of Dark Orchid #A935D8

Tints of Dark Orchid #A935D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 49.32%

R = 38.58%
G = 12.1%
B = 49.32%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A935D8 (or 0xA935D8) is known color: Dark Orchid. HEX triplet: A9, 35 and D8. RGB value is (169,53,216). Sum of RGB (Red+Green+Blue) = 169+53+216=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 216 - color contains mainly: blue. Hex color #A935D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A935D8 is #56CA27. Grayscale: #696969. Windows color (decimal): -5687848 or 14169513. OLE color: 14169513.

HSL color Cylindrical-coordinate representation of color #A935D8: hue angle of 282.7º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A935D8 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 53 216 -
CMYK 0.22 0.75 0 0.15
HSL 282.7º 0.68% 0.53% -
HSV(B) 282.7º 0.75% 0.85% -
XYZ 30.03 15.94 66.46 -
YUV 106.27 189.93 172.75 -
System Red Green Blue C M Y K H S L
Decimal 169 53 216 0.22 0.75 0 0.15 282.7 0.68 0.53
Hex A9 35 D8 16 4B 0 F 11B 44 35
Octal 251 65 330 26 113 0 17 433 104 65
Binary 10101001 110101 11011000 10110 1001011 0 1111 100011011 1000100 110101

Color Harmonies of #A935D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A935D8

Black with #A935D8

Text Example


Text Example

White with #A935D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A935D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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