Html Css Color HEX #A53EC9 Dark Orchid

📋 copy color: '#A53EC9'

red 165 ◦ green 62 ◦ blue 201

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

Shades of Dark Orchid #A53EC9

Tints of Dark Orchid #A53EC9

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.49%

 BLUE value IS 201 (78.91% from 255) = 46.96%

R = 38.55%
G = 14.49%
B = 46.96%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A53EC9 (or 0xA53EC9) is known color: Dark Orchid. HEX triplet: A5, 3E and C9. RGB value is (165,62,201). Sum of RGB (Red+Green+Blue) = 165+62+201=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 62 (24.61% from 255 or 14.49% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 201 - color contains mainly: blue. Hex color #A53EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53EC9 is #5AC136. Grayscale: #6C6C6C. Windows color (decimal): -5947703 or 13188773. OLE color: 13188773.

HSL color Cylindrical-coordinate representation of color #A53EC9: hue angle of 284.46º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A53EC9 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 62 201 -
CMYK 0.18 0.69 0 0.21
HSL 284.46º 0.56% 0.52% -
HSV(B) 284.46º 0.69% 0.79% -
XYZ 27.78 15.66 56.82 -
YUV 108.64 180.12 168.2 -
System Red Green Blue C M Y K H S L
Decimal 165 62 201 0.18 0.69 0 0.21 284.46 0.56 0.52
Hex A5 3E C9 12 45 0 15 11C 38 34
Octal 245 76 311 22 105 0 25 434 70 64
Binary 10100101 111110 11001001 10010 1000101 0 10101 100011100 111000 110100

Color Harmonies of #A53EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53EC9

Black with #A53EC9

Text Example


Text Example

White with #A53EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53EC9; }

 p { color: rgb(165,62,201); }

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

background-color css

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

 a { background-color: rgb(165,62,201); }

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

border-color css

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

 span { border-color: rgb(165,62,201); }

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