Html Css Color HEX #A935B7 Dark Orchid

📋 copy color: '#A935B7'

red 169 ◦ green 53 ◦ blue 183

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

Shades of Dark Orchid #A935B7

Tints of Dark Orchid #A935B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.19%

R = 41.73%
G = 13.09%
B = 45.19%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A935B7 (or 0xA935B7) is known color: Dark Orchid. HEX triplet: A9, 35 and B7. RGB value is (169,53,183). Sum of RGB (Red+Green+Blue) = 169+53+183=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 53 (21.09% from 255 or 13.09% from 405); Blue value is 183 (71.88% from 255 or 45.19% from 405); Max value from RGB is 183 - color contains mainly: blue. Hex color #A935B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A935B7 is #56CA48. Grayscale: #666666. Windows color (decimal): -5687881 or 12006825. OLE color: 12006825.

HSL color Cylindrical-coordinate representation of color #A935B7: hue angle of 293.54º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A935B7 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 169 53 183 -
CMYK 0.08 0.71 0 0.28
HSL 293.54º 0.55% 0.46% -
HSV(B) 293.54º 0.71% 0.72% -
XYZ 26.18 14.4 46.2 -
YUV 102.5 173.43 175.43 -
System Red Green Blue C M Y K H S L
Decimal 169 53 183 0.08 0.71 0 0.28 293.54 0.55 0.46
Hex A9 35 B7 8 47 0 1C 126 37 2E
Octal 251 65 267 10 107 0 34 446 67 56
Binary 10101001 110101 10110111 1000 1000111 0 11100 100100110 110111 101110

Color Harmonies of #A935B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A935B7

Black with #A935B7

Text Example


Text Example

White with #A935B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A935B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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