Html Css Color HEX #A935C9 Dark Orchid

📋 copy color: '#A935C9'

red 169 ◦ green 53 ◦ blue 201

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

Shades of Dark Orchid #A935C9

Tints of Dark Orchid #A935C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.52%

R = 39.95%
G = 12.53%
B = 47.52%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A935C9 (or 0xA935C9) is known color: Dark Orchid. HEX triplet: A9, 35 and C9. RGB value is (169,53,201). Sum of RGB (Red+Green+Blue) = 169+53+201=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #A935C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A935C9 is #56CA36. Grayscale: #686868. Windows color (decimal): -5687863 or 13186473. OLE color: 13186473.

HSL color Cylindrical-coordinate representation of color #A935C9: hue angle of 287.03º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A935C9 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 53 201 -
CMYK 0.16 0.74 0 0.21
HSL 287.03º 0.58% 0.5% -
HSV(B) 287.03º 0.74% 0.79% -
XYZ 28.18 15.2 56.71 -
YUV 104.56 182.43 173.97 -
System Red Green Blue C M Y K H S L
Decimal 169 53 201 0.16 0.74 0 0.21 287.03 0.58 0.5
Hex A9 35 C9 10 4A 0 15 11F 3A 32
Octal 251 65 311 20 112 0 25 437 72 62
Binary 10101001 110101 11001001 10000 1001010 0 10101 100011111 111010 110010

Color Harmonies of #A935C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A935C9

Black with #A935C9

Text Example


Text Example

White with #A935C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A935C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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