Html Css Color HEX #A53DBB Dark Orchid

📋 copy color: '#A53DBB'

red 165 ◦ green 61 ◦ blue 187

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

Shades of Dark Orchid #A53DBB

Tints of Dark Orchid #A53DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.77%

 BLUE value IS 187 (73.44% from 255) = 45.28%

R = 39.95%
G = 14.77%
B = 45.28%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A53DBB (or 0xA53DBB) is known color: Dark Orchid. HEX triplet: A5, 3D and BB. RGB value is (165,61,187). Sum of RGB (Red+Green+Blue) = 165+61+187=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #A53DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53DBB is #5AC244. Grayscale: #6A6A6A. Windows color (decimal): -5947973 or 12271013. OLE color: 12271013.

HSL color Cylindrical-coordinate representation of color #A53DBB: hue angle of 289.52º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A53DBB is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 61 187 -
CMYK 0.12 0.67 0 0.27
HSL 289.52º 0.51% 0.49% -
HSV(B) 289.52º 0.67% 0.73% -
XYZ 26.16 14.92 48.52 -
YUV 106.46 173.46 169.75 -
System Red Green Blue C M Y K H S L
Decimal 165 61 187 0.12 0.67 0 0.27 289.52 0.51 0.49
Hex A5 3D BB C 43 0 1B 122 33 31
Octal 245 75 273 14 103 0 33 442 63 61
Binary 10100101 111101 10111011 1100 1000011 0 11011 100100010 110011 110001

Color Harmonies of #A53DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53DBB

Black with #A53DBB

Text Example


Text Example

White with #A53DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53DBB; }

 p { color: rgb(165,61,187); }

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

background-color css

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

 a { background-color: rgb(165,61,187); }

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

border-color css

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

 span { border-color: rgb(165,61,187); }

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