Html Css Color HEX #A53CBC Dark Orchid

📋 copy color: '#A53CBC'

red 165 ◦ green 60 ◦ blue 188

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

Shades of Dark Orchid #A53CBC

Tints of Dark Orchid #A53CBC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.53%

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

R = 39.95%
G = 14.53%
B = 45.52%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A53CBC (or 0xA53CBC) is known color: Dark Orchid. HEX triplet: A5, 3C and BC. RGB value is (165,60,188). Sum of RGB (Red+Green+Blue) = 165+60+188=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #A53CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53CBC is #5AC343. Grayscale: #696969. Windows color (decimal): -5948228 or 12336293. OLE color: 12336293.

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

Color convert

RGB 165 60 188 -
CMYK 0.12 0.68 0 0.26
HSL 289.22º 0.52% 0.49% -
HSV(B) 289.22º 0.68% 0.74% -
XYZ 26.21 14.86 49.06 -
YUV 105.99 174.29 170.09 -
System Red Green Blue C M Y K H S L
Decimal 165 60 188 0.12 0.68 0 0.26 289.22 0.52 0.49
Hex A5 3C BC C 44 0 1A 121 34 31
Octal 245 74 274 14 104 0 32 441 64 61
Binary 10100101 111100 10111100 1100 1000100 0 11010 100100001 110100 110001

Color Harmonies of #A53CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53CBC

Black with #A53CBC

Text Example


Text Example

White with #A53CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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