Html Css Color HEX #A53AB6 Dark Orchid

📋 copy color: '#A53AB6'

red 165 ◦ green 58 ◦ blue 182

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

Shades of Dark Orchid #A53AB6

Tints of Dark Orchid #A53AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.94%

R = 40.74%
G = 14.32%
B = 44.94%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A53AB6 (or 0xA53AB6) is known color: Dark Orchid. HEX triplet: A5, 3A and B6. RGB value is (165,58,182). Sum of RGB (Red+Green+Blue) = 165+58+182=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 58 (23.05% from 255 or 14.32% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 182 - color contains mainly: blue. Hex color #A53AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53AB6 is #5AC549. Grayscale: #676767. Windows color (decimal): -5948746 or 11942565. OLE color: 11942565.

HSL color Cylindrical-coordinate representation of color #A53AB6: hue angle of 291.77º degrees, saturation: 0.52, 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 #A53AB6 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 58 182 -
CMYK 0.09 0.68 0 0.29
HSL 291.77º 0.52% 0.47% -
HSV(B) 291.77º 0.68% 0.71% -
XYZ 25.47 14.4 45.69 -
YUV 104.13 171.95 171.42 -
System Red Green Blue C M Y K H S L
Decimal 165 58 182 0.09 0.68 0 0.29 291.77 0.52 0.47
Hex A5 3A B6 9 44 0 1D 124 34 2F
Octal 245 72 266 11 104 0 35 444 64 57
Binary 10100101 111010 10110110 1001 1000100 0 11101 100100100 110100 101111

Color Harmonies of #A53AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53AB6

Black with #A53AB6

Text Example


Text Example

White with #A53AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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