Html Css Color HEX #A535AC Dark Orchid

📋 copy color: '#A535AC'

red 165 ◦ green 53 ◦ blue 172

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

Shades of Dark Orchid #A535AC

Tints of Dark Orchid #A535AC

RGB

 RED value IS 165 (64.84% from 255) = 42.31%

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

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

R = 42.31%
G = 13.59%
B = 44.1%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A535AC (or 0xA535AC) is known color: Dark Orchid. HEX triplet: A5, 35 and AC. RGB value is (165,53,172). Sum of RGB (Red+Green+Blue) = 165+53+172=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #A535AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A535AC is #5ACA53. Grayscale: #636363. Windows color (decimal): -5950036 or 11285925. OLE color: 11285925.

HSL color Cylindrical-coordinate representation of color #A535AC: hue angle of 296.47º 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 #A535AC is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 53 172 -
CMYK 0.04 0.69 0 0.33
HSL 296.47º 0.53% 0.44% -
HSV(B) 296.47º 0.69% 0.67% -
XYZ 24.24 13.52 40.36 -
YUV 100.05 168.61 174.32 -
System Red Green Blue C M Y K H S L
Decimal 165 53 172 0.04 0.69 0 0.33 296.47 0.53 0.44
Hex A5 35 AC 4 45 0 21 128 35 2C
Octal 245 65 254 4 105 0 41 450 65 54
Binary 10100101 110101 10101100 100 1000101 0 100001 100101000 110101 101100

Color Harmonies of #A535AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A535AC

Black with #A535AC

Text Example


Text Example

White with #A535AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A535AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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