Html Css Color HEX #A53BDE Dark Orchid

📋 copy color: '#A53BDE'

red 165 ◦ green 59 ◦ blue 222

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

Shades of Dark Orchid #A53BDE

Tints of Dark Orchid #A53BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.78%

R = 37%
G = 13.23%
B = 49.78%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A53BDE (or 0xA53BDE) is known color: Dark Orchid. HEX triplet: A5, 3B and DE. RGB value is (165,59,222). Sum of RGB (Red+Green+Blue) = 165+59+222=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 59 (23.44% from 255 or 13.23% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #A53BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53BDE is #5AC421. Grayscale: #6C6C6C. Windows color (decimal): -5948450 or 14564261. OLE color: 14564261.

HSL color Cylindrical-coordinate representation of color #A53BDE: hue angle of 279.02º degrees, saturation: 0.71, 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 #A53BDE is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 59 222 -
CMYK 0.26 0.73 0 0.13
HSL 279.02º 0.71% 0.55% -
HSV(B) 279.02º 0.73% 0.87% -
XYZ 30.27 16.4 70.68 -
YUV 109.28 191.62 167.75 -
System Red Green Blue C M Y K H S L
Decimal 165 59 222 0.26 0.73 0 0.13 279.02 0.71 0.55
Hex A5 3B DE 1A 49 0 D 117 47 37
Octal 245 73 336 32 111 0 15 427 107 67
Binary 10100101 111011 11011110 11010 1001001 0 1101 100010111 1000111 110111

Color Harmonies of #A53BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53BDE

Black with #A53BDE

Text Example


Text Example

White with #A53BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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