Html Css Color HEX #A535BC Dark Orchid

📋 copy color: '#A535BC'

red 165 ◦ green 53 ◦ blue 188

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

Shades of Dark Orchid #A535BC

Tints of Dark Orchid #A535BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.31%

R = 40.64%
G = 13.05%
B = 46.31%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A535BC (or 0xA535BC) is known color: Dark Orchid. HEX triplet: A5, 35 and BC. RGB value is (165,53,188). Sum of RGB (Red+Green+Blue) = 165+53+188=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 53 (21.09% from 255 or 13.05% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #A535BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A535BC is #5ACA43. Grayscale: #656565. Windows color (decimal): -5950020 or 12334501. OLE color: 12334501.

HSL color Cylindrical-coordinate representation of color #A535BC: hue angle of 289.78º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A535BC is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 53 188 -
CMYK 0.12 0.72 0 0.26
HSL 289.78º 0.56% 0.47% -
HSV(B) 289.78º 0.72% 0.74% -
XYZ 25.87 14.18 48.95 -
YUV 101.88 176.61 173.02 -
System Red Green Blue C M Y K H S L
Decimal 165 53 188 0.12 0.72 0 0.26 289.78 0.56 0.47
Hex A5 35 BC C 48 0 1A 122 38 2F
Octal 245 65 274 14 110 0 32 442 70 57
Binary 10100101 110101 10111100 1100 1001000 0 11010 100100010 111000 101111

Color Harmonies of #A535BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A535BC

Black with #A535BC

Text Example


Text Example

White with #A535BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A535BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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