Html Css Color HEX #A536DC Dark Orchid

📋 copy color: '#A536DC'

red 165 ◦ green 54 ◦ blue 220

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

Shades of Dark Orchid #A536DC

Tints of Dark Orchid #A536DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 37.59%
G = 12.3%
B = 50.11%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A536DC (or 0xA536DC) is known color: Dark Orchid. HEX triplet: A5, 36 and DC. RGB value is (165,54,220). Sum of RGB (Red+Green+Blue) = 165+54+220=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 54 (21.48% from 255 or 12.30% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #A536DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A536DC is #5AC923. Grayscale: #696969. Windows color (decimal): -5949732 or 14431909. OLE color: 14431909.

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

Color convert

RGB 165 54 220 -
CMYK 0.25 0.75 0 0.14
HSL 280.12º 0.7% 0.54% -
HSV(B) 280.12º 0.75% 0.86% -
XYZ 29.75 15.8 69.19 -
YUV 106.11 192.27 170 -
System Red Green Blue C M Y K H S L
Decimal 165 54 220 0.25 0.75 0 0.14 280.12 0.7 0.54
Hex A5 36 DC 19 4B 0 E 118 46 36
Octal 245 66 334 31 113 0 16 430 106 66
Binary 10100101 110110 11011100 11001 1001011 0 1110 100011000 1000110 110110

Color Harmonies of #A536DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A536DC

Black with #A536DC

Text Example


Text Example

White with #A536DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A536DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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