Html Css Color HEX #A536CE Dark Orchid

📋 copy color: '#A536CE'

red 165 ◦ green 54 ◦ blue 206

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

Shades of Dark Orchid #A536CE

Tints of Dark Orchid #A536CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.47%

R = 38.82%
G = 12.71%
B = 48.47%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A536CE (or 0xA536CE) is known color: Dark Orchid. HEX triplet: A5, 36 and CE. RGB value is (165,54,206). Sum of RGB (Red+Green+Blue) = 165+54+206=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 54 (21.48% from 255 or 12.71% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #A536CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A536CE is #5AC931. Grayscale: #686868. Windows color (decimal): -5949746 or 13514405. OLE color: 13514405.

HSL color Cylindrical-coordinate representation of color #A536CE: hue angle of 283.82º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A536CE is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 54 206 -
CMYK 0.20 0.74 0 0.19
HSL 283.82º 0.61% 0.51% -
HSV(B) 283.82º 0.74% 0.81% -
XYZ 27.98 15.09 59.83 -
YUV 104.52 185.27 171.14 -
System Red Green Blue C M Y K H S L
Decimal 165 54 206 0.20 0.74 0 0.19 283.82 0.61 0.51
Hex A5 36 CE 14 4A 0 13 11C 3D 33
Octal 245 66 316 24 112 0 23 434 75 63
Binary 10100101 110110 11001110 10100 1001010 0 10011 100011100 111101 110011

Color Harmonies of #A536CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A536CE

Black with #A536CE

Text Example


Text Example

White with #A536CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A536CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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