Html Css Color HEX #A53BBA Dark Orchid

📋 copy color: '#A53BBA'

red 165 ◦ green 59 ◦ blue 186

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

Shades of Dark Orchid #A53BBA

Tints of Dark Orchid #A53BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.37%

R = 40.24%
G = 14.39%
B = 45.37%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A53BBA (or 0xA53BBA) is known color: Dark Orchid. HEX triplet: A5, 3B and BA. RGB value is (165,59,186). Sum of RGB (Red+Green+Blue) = 165+59+186=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 59 (23.44% from 255 or 14.39% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #A53BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53BBA is #5AC445. Grayscale: #686868. Windows color (decimal): -5948486 or 12204965. OLE color: 12204965.

HSL color Cylindrical-coordinate representation of color #A53BBA: hue angle of 290.08º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A53BBA is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 59 186 -
CMYK 0.11 0.68 0 0.27
HSL 290.08º 0.52% 0.48% -
HSV(B) 290.08º 0.68% 0.73% -
XYZ 25.94 14.67 47.92 -
YUV 105.17 173.62 170.67 -
System Red Green Blue C M Y K H S L
Decimal 165 59 186 0.11 0.68 0 0.27 290.08 0.52 0.48
Hex A5 3B BA B 44 0 1B 122 34 30
Octal 245 73 272 13 104 0 33 442 64 60
Binary 10100101 111011 10111010 1011 1000100 0 11011 100100010 110100 110000

Color Harmonies of #A53BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53BBA

Black with #A53BBA

Text Example


Text Example

White with #A53BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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