Html Css Color HEX #A53ADF Dark Orchid

📋 copy color: '#A53ADF'

red 165 ◦ green 58 ◦ blue 223

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

Shades of Dark Orchid #A53ADF

Tints of Dark Orchid #A53ADF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13%

 BLUE value IS 223 (87.5% from 255) = 50%

R = 37%
G = 13%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A53ADF (or 0xA53ADF) is known color: Dark Orchid. HEX triplet: A5, 3A and DF. RGB value is (165,58,223). Sum of RGB (Red+Green+Blue) = 165+58+223=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #A53ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53ADF is #5AC520. Grayscale: #6C6C6C. Windows color (decimal): -5948705 or 14629541. OLE color: 14629541.

HSL color Cylindrical-coordinate representation of color #A53ADF: hue angle of 278.91º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A53ADF is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 58 223 -
CMYK 0.26 0.74 0 0.13
HSL 278.91º 0.72% 0.55% -
HSV(B) 278.91º 0.74% 0.87% -
XYZ 30.35 16.35 71.37 -
YUV 108.8 192.45 168.08 -
System Red Green Blue C M Y K H S L
Decimal 165 58 223 0.26 0.74 0 0.13 278.91 0.72 0.55
Hex A5 3A DF 1A 4A 0 D 117 48 37
Octal 245 72 337 32 112 0 15 427 110 67
Binary 10100101 111010 11011111 11010 1001010 0 1101 100010111 1001000 110111

Color Harmonies of #A53ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53ADF

Black with #A53ADF

Text Example


Text Example

White with #A53ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53ADF; }

 p { color: rgb(165,58,223); }

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

background-color css

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

 a { background-color: rgb(165,58,223); }

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

border-color css

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

 span { border-color: rgb(165,58,223); }

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