Html Css Color HEX #A935AF Dark Orchid

📋 copy color: '#A935AF'

red 169 ◦ green 53 ◦ blue 175

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

Shades of Dark Orchid #A935AF

Tints of Dark Orchid #A935AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.08%

R = 42.57%
G = 13.35%
B = 44.08%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A935AF (or 0xA935AF) is known color: Dark Orchid. HEX triplet: A9, 35 and AF. RGB value is (169,53,175). Sum of RGB (Red+Green+Blue) = 169+53+175=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #A935AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A935AF is #56CA50. Grayscale: #656565. Windows color (decimal): -5687889 or 11482537. OLE color: 11482537.

HSL color Cylindrical-coordinate representation of color #A935AF: hue angle of 297.05º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A935AF is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 53 175 -
CMYK 0.03 0.70 0 0.31
HSL 297.05º 0.54% 0.45% -
HSV(B) 297.05º 0.7% 0.69% -
XYZ 25.37 14.08 41.94 -
YUV 101.59 169.43 176.08 -
System Red Green Blue C M Y K H S L
Decimal 169 53 175 0.03 0.70 0 0.31 297.05 0.54 0.45
Hex A9 35 AF 3 46 0 1F 129 36 2D
Octal 251 65 257 3 106 0 37 451 66 55
Binary 10101001 110101 10101111 11 1000110 0 11111 100101001 110110 101101

Color Harmonies of #A935AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A935AF

Black with #A935AF

Text Example


Text Example

White with #A935AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A935AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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