Html Css Color HEX #A53BBC Dark Orchid

📋 copy color: '#A53BBC'

red 165 ◦ green 59 ◦ blue 188

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

Shades of Dark Orchid #A53BBC

Tints of Dark Orchid #A53BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 40.05%
G = 14.32%
B = 45.63%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A53BBC (or 0xA53BBC) is known color: Dark Orchid. HEX triplet: A5, 3B and BC. RGB value is (165,59,188). Sum of RGB (Red+Green+Blue) = 165+59+188=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #A53BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53BBC is #5AC443. Grayscale: #686868. Windows color (decimal): -5948484 or 12336037. OLE color: 12336037.

HSL color Cylindrical-coordinate representation of color #A53BBC: hue angle of 289.3º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A53BBC is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 59 188 -
CMYK 0.12 0.69 0 0.26
HSL 289.3º 0.52% 0.48% -
HSV(B) 289.3º 0.69% 0.74% -
XYZ 26.16 14.76 49.05 -
YUV 105.4 174.62 170.51 -
System Red Green Blue C M Y K H S L
Decimal 165 59 188 0.12 0.69 0 0.26 289.3 0.52 0.48
Hex A5 3B BC C 45 0 1A 121 34 30
Octal 245 73 274 14 105 0 32 441 64 60
Binary 10100101 111011 10111100 1100 1000101 0 11010 100100001 110100 110000

Color Harmonies of #A53BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53BBC

Black with #A53BBC

Text Example


Text Example

White with #A53BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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