Html Css Color HEX #A535C0 Dark Orchid

📋 copy color: '#A535C0'

red 165 ◦ green 53 ◦ blue 192

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

Shades of Dark Orchid #A535C0

Tints of Dark Orchid #A535C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.83%

R = 40.24%
G = 12.93%
B = 46.83%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A535C0 (or 0xA535C0) is known color: Dark Orchid. HEX triplet: A5, 35 and C0. RGB value is (165,53,192). Sum of RGB (Red+Green+Blue) = 165+53+192=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 192 (75.39% from 255 or 46.83% from 410); Max value from RGB is 192 - color contains mainly: blue. Hex color #A535C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A535C0 is #5ACA3F. Grayscale: #656565. Windows color (decimal): -5950016 or 12596645. OLE color: 12596645.

HSL color Cylindrical-coordinate representation of color #A535C0: hue angle of 288.35º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A535C0 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 53 192 -
CMYK 0.14 0.72 0 0.25
HSL 288.35º 0.57% 0.48% -
HSV(B) 288.35º 0.72% 0.75% -
XYZ 26.3 14.35 51.25 -
YUV 102.33 178.61 172.7 -
System Red Green Blue C M Y K H S L
Decimal 165 53 192 0.14 0.72 0 0.25 288.35 0.57 0.48
Hex A5 35 C0 E 48 0 19 120 39 30
Octal 245 65 300 16 110 0 31 440 71 60
Binary 10100101 110101 11000000 1110 1001000 0 11001 100100000 111001 110000

Color Harmonies of #A535C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A535C0

Black with #A535C0

Text Example


Text Example

White with #A535C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A535C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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