Html Css Color HEX #A536B5 Dark Orchid

📋 copy color: '#A536B5'

red 165 ◦ green 54 ◦ blue 181

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

Shades of Dark Orchid #A536B5

Tints of Dark Orchid #A536B5

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.5%

 BLUE value IS 181 (71.09% from 255) = 45.25%

R = 41.25%
G = 13.5%
B = 45.25%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A536B5 (or 0xA536B5) is known color: Dark Orchid. HEX triplet: A5, 36 and B5. RGB value is (165,54,181). Sum of RGB (Red+Green+Blue) = 165+54+181=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 181 (71.09% from 255 or 45.25% from 400); Max value from RGB is 181 - color contains mainly: blue. Hex color #A536B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A536B5 is #5AC94A. Grayscale: #656565. Windows color (decimal): -5949771 or 11876005. OLE color: 11876005.

HSL color Cylindrical-coordinate representation of color #A536B5: hue angle of 292.44º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A536B5 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 54 181 -
CMYK 0.09 0.70 0 0.29
HSL 292.44º 0.54% 0.46% -
HSV(B) 292.44º 0.7% 0.71% -
XYZ 25.18 13.97 45.09 -
YUV 101.67 172.77 173.17 -
System Red Green Blue C M Y K H S L
Decimal 165 54 181 0.09 0.70 0 0.29 292.44 0.54 0.46
Hex A5 36 B5 9 46 0 1D 124 36 2E
Octal 245 66 265 11 106 0 35 444 66 56
Binary 10100101 110110 10110101 1001 1000110 0 11101 100100100 110110 101110

Color Harmonies of #A536B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A536B5

Black with #A536B5

Text Example


Text Example

White with #A536B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A536B5; }

 p { color: rgb(165,54,181); }

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

background-color css

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

 a { background-color: rgb(165,54,181); }

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

border-color css

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

 span { border-color: rgb(165,54,181); }

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