Html Css Color HEX #A935AC Dark Orchid

📋 copy color: '#A935AC'

red 169 ◦ green 53 ◦ blue 172

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

Shades of Dark Orchid #A935AC

Tints of Dark Orchid #A935AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.65%

R = 42.89%
G = 13.45%
B = 43.65%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A935AC (or 0xA935AC) is known color: Dark Orchid. HEX triplet: A9, 35 and AC. RGB value is (169,53,172). Sum of RGB (Red+Green+Blue) = 169+53+172=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #A935AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A935AC is #56CA53. Grayscale: #646464. Windows color (decimal): -5687892 or 11285929. OLE color: 11285929.

HSL color Cylindrical-coordinate representation of color #A935AC: hue angle of 298.49º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A935AC is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 53 172 -
CMYK 0.02 0.69 0 0.33
HSL 298.49º 0.53% 0.44% -
HSV(B) 298.49º 0.69% 0.67% -
XYZ 25.08 13.96 40.4 -
YUV 101.25 167.93 176.32 -
System Red Green Blue C M Y K H S L
Decimal 169 53 172 0.02 0.69 0 0.33 298.49 0.53 0.44
Hex A9 35 AC 2 45 0 21 12A 35 2C
Octal 251 65 254 2 105 0 41 452 65 54
Binary 10101001 110101 10101100 10 1000101 0 100001 100101010 110101 101100

Color Harmonies of #A935AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A935AC

Black with #A935AC

Text Example


Text Example

White with #A935AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A935AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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