Html Css Color HEX #A53FE3 Dark Orchid

📋 copy color: '#A53FE3'

red 165 ◦ green 63 ◦ blue 227

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

Shades of Dark Orchid #A53FE3

Tints of Dark Orchid #A53FE3

RGB

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

 GREEN value IS 63 (25% from 255) = 13.85%

 BLUE value IS 227 (89.06% from 255) = 49.89%

R = 36.26%
G = 13.85%
B = 49.89%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A53FE3 (or 0xA53FE3) is known color: Dark Orchid. HEX triplet: A5, 3F and E3. RGB value is (165,63,227). Sum of RGB (Red+Green+Blue) = 165+63+227=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 63 (25% from 255 or 13.85% from 455); Blue value is 227 (89.06% from 255 or 49.89% from 455); Max value from RGB is 227 - color contains mainly: blue. Hex color #A53FE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53FE3 is #5AC01C. Grayscale: #6F6F6F. Windows color (decimal): -5947421 or 14892965. OLE color: 14892965.

HSL color Cylindrical-coordinate representation of color #A53FE3: hue angle of 277.32º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A53FE3 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 63 227 -
CMYK 0.27 0.72 0 0.11
HSL 277.32º 0.75% 0.57% -
HSV(B) 277.32º 0.72% 0.89% -
XYZ 31.16 17.1 74.33 -
YUV 112.19 192.79 165.66 -
System Red Green Blue C M Y K H S L
Decimal 165 63 227 0.27 0.72 0 0.11 277.32 0.75 0.57
Hex A5 3F E3 1B 48 0 B 115 4B 39
Octal 245 77 343 33 110 0 13 425 113 71
Binary 10100101 111111 11100011 11011 1001000 0 1011 100010101 1001011 111001

Color Harmonies of #A53FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53FE3

Black with #A53FE3

Text Example


Text Example

White with #A53FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53FE3; }

 p { color: rgb(165,63,227); }

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

background-color css

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

 a { background-color: rgb(165,63,227); }

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

border-color css

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

 span { border-color: rgb(165,63,227); }

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