Html Css Color HEX #A536BD Dark Orchid

📋 copy color: '#A536BD'

red 165 ◦ green 54 ◦ blue 189

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

Shades of Dark Orchid #A536BD

Tints of Dark Orchid #A536BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.32%

R = 40.44%
G = 13.24%
B = 46.32%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A536BD (or 0xA536BD) is known color: Dark Orchid. HEX triplet: A5, 36 and BD. RGB value is (165,54,189). Sum of RGB (Red+Green+Blue) = 165+54+189=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 54 (21.48% from 255 or 13.24% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #A536BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A536BD is #5AC942. Grayscale: #666666. Windows color (decimal): -5949763 or 12400293. OLE color: 12400293.

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

Color convert

RGB 165 54 189 -
CMYK 0.13 0.71 0 0.26
HSL 289.33º 0.56% 0.48% -
HSV(B) 289.33º 0.71% 0.74% -
XYZ 26.02 14.31 49.54 -
YUV 102.58 176.77 172.52 -
System Red Green Blue C M Y K H S L
Decimal 165 54 189 0.13 0.71 0 0.26 289.33 0.56 0.48
Hex A5 36 BD D 47 0 1A 121 38 30
Octal 245 66 275 15 107 0 32 441 70 60
Binary 10100101 110110 10111101 1101 1000111 0 11010 100100001 111000 110000

Color Harmonies of #A536BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A536BD

Black with #A536BD

Text Example


Text Example

White with #A536BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A536BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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