Html Css Color HEX #A536BF Dark Orchid

📋 copy color: '#A536BF'

red 165 ◦ green 54 ◦ blue 191

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

Shades of Dark Orchid #A536BF

Tints of Dark Orchid #A536BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.59%

R = 40.24%
G = 13.17%
B = 46.59%

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

#A536BF (or 0xA536BF) is known color: Dark Orchid. HEX triplet: A5, 36 and BF. RGB value is (165,54,191). Sum of RGB (Red+Green+Blue) = 165+54+191=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 54 (21.48% from 255 or 13.17% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #A536BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A536BF is #5AC940. Grayscale: #666666. Windows color (decimal): -5949761 or 12531365. OLE color: 12531365.

HSL color Cylindrical-coordinate representation of color #A536BF: hue angle of 288.61º degrees, saturation: 0.56, 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 #A536BF is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 54 191 -
CMYK 0.14 0.72 0 0.25
HSL 288.61º 0.56% 0.48% -
HSV(B) 288.61º 0.72% 0.75% -
XYZ 26.24 14.4 50.69 -
YUV 102.81 177.77 172.36 -
System Red Green Blue C M Y K H S L
Decimal 165 54 191 0.14 0.72 0 0.25 288.61 0.56 0.48
Hex A5 36 BF E 48 0 19 121 38 30
Octal 245 66 277 16 110 0 31 441 70 60
Binary 10100101 110110 10111111 1110 1001000 0 11001 100100001 111000 110000

Color Harmonies of #A536BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A536BF

Black with #A536BF

Text Example


Text Example

White with #A536BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A536BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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