Html Css Color HEX #A53AB4 Dark Orchid

📋 copy color: '#A53AB4'

red 165 ◦ green 58 ◦ blue 180

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

Shades of Dark Orchid #A53AB4

Tints of Dark Orchid #A53AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.67%

R = 40.94%
G = 14.39%
B = 44.67%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A53AB4 (or 0xA53AB4) is known color: Dark Orchid. HEX triplet: A5, 3A and B4. RGB value is (165,58,180). Sum of RGB (Red+Green+Blue) = 165+58+180=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 58 (23.05% from 255 or 14.39% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #A53AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53AB4 is #5AC54B. Grayscale: #676767. Windows color (decimal): -5948748 or 11811493. OLE color: 11811493.

HSL color Cylindrical-coordinate representation of color #A53AB4: hue angle of 292.62º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A53AB4 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 58 180 -
CMYK 0.08 0.68 0 0.29
HSL 292.62º 0.51% 0.47% -
HSV(B) 292.62º 0.68% 0.71% -
XYZ 25.27 14.32 44.61 -
YUV 103.9 170.95 171.58 -
System Red Green Blue C M Y K H S L
Decimal 165 58 180 0.08 0.68 0 0.29 292.62 0.51 0.47
Hex A5 3A B4 8 44 0 1D 125 33 2F
Octal 245 72 264 10 104 0 35 445 63 57
Binary 10100101 111010 10110100 1000 1000100 0 11101 100100101 110011 101111

Color Harmonies of #A53AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53AB4

Black with #A53AB4

Text Example


Text Example

White with #A53AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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