Html Css Color HEX #A53BDD Dark Orchid

📋 copy color: '#A53BDD'

red 165 ◦ green 59 ◦ blue 221

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

Shades of Dark Orchid #A53BDD

Tints of Dark Orchid #A53BDD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.26%

 BLUE value IS 221 (86.72% from 255) = 49.66%

R = 37.08%
G = 13.26%
B = 49.66%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A53BDD (or 0xA53BDD) is known color: Dark Orchid. HEX triplet: A5, 3B and DD. RGB value is (165,59,221). Sum of RGB (Red+Green+Blue) = 165+59+221=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 59 (23.44% from 255 or 13.26% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #A53BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53BDD is #5AC422. Grayscale: #6C6C6C. Windows color (decimal): -5948451 or 14498725. OLE color: 14498725.

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

Color convert

RGB 165 59 221 -
CMYK 0.25 0.73 0 0.13
HSL 279.26º 0.7% 0.55% -
HSV(B) 279.26º 0.73% 0.87% -
XYZ 30.13 16.35 69.97 -
YUV 109.16 191.12 167.83 -
System Red Green Blue C M Y K H S L
Decimal 165 59 221 0.25 0.73 0 0.13 279.26 0.7 0.55
Hex A5 3B DD 19 49 0 D 117 46 37
Octal 245 73 335 31 111 0 15 427 106 67
Binary 10100101 111011 11011101 11001 1001001 0 1101 100010111 1000110 110111

Color Harmonies of #A53BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53BDD

Black with #A53BDD

Text Example


Text Example

White with #A53BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53BDD; }

 p { color: rgb(165,59,221); }

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

background-color css

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

 a { background-color: rgb(165,59,221); }

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

border-color css

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

 span { border-color: rgb(165,59,221); }

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