Html Css Color HEX #A536E6 Dark Orchid

📋 copy color: '#A536E6'

red 165 ◦ green 54 ◦ blue 230

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

Shades of Dark Orchid #A536E6

Tints of Dark Orchid #A536E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 51.22%

R = 36.75%
G = 12.03%
B = 51.22%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A536E6 (or 0xA536E6) is known color: Dark Orchid. HEX triplet: A5, 36 and E6. RGB value is (165,54,230). Sum of RGB (Red+Green+Blue) = 165+54+230=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 230 (90.23% from 255 or 51.22% from 449); Max value from RGB is 230 - color contains mainly: blue. Hex color #A536E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A536E6 is #5AC919. Grayscale: #6A6A6A. Windows color (decimal): -5949722 or 15087269. OLE color: 15087269.

HSL color Cylindrical-coordinate representation of color #A536E6: hue angle of 277.84º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A536E6 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 54 230 -
CMYK 0.28 0.77 0 0.10
HSL 277.84º 0.78% 0.56% -
HSV(B) 277.84º 0.77% 0.9% -
XYZ 31.12 16.35 76.38 -
YUV 107.25 197.27 169.19 -
System Red Green Blue C M Y K H S L
Decimal 165 54 230 0.28 0.77 0 0.10 277.84 0.78 0.56
Hex A5 36 E6 1C 4D 0 A 116 4E 38
Octal 245 66 346 34 115 0 12 426 116 70
Binary 10100101 110110 11100110 11100 1001101 0 1010 100010110 1001110 111000

Color Harmonies of #A536E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A536E6

Black with #A536E6

Text Example


Text Example

White with #A536E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A536E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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