Html Css Color HEX #A51ABC Dark Orchid

📋 copy color: '#A51ABC'

red 165 ◦ green 26 ◦ blue 188

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

Shades of Dark Orchid #A51ABC

Tints of Dark Orchid #A51ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.86%

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

R = 43.54%
G = 6.86%
B = 49.6%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A51ABC (or 0xA51ABC) is known color: Dark Orchid. HEX triplet: A5, 1A and BC. RGB value is (165,26,188). Sum of RGB (Red+Green+Blue) = 165+26+188=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #A51ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51ABC is #5AE543. Grayscale: #555555. Windows color (decimal): -5956932 or 12327589. OLE color: 12327589.

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

Color convert

RGB 165 26 188 -
CMYK 0.12 0.86 0 0.26
HSL 291.48º 0.76% 0.42% -
HSV(B) 291.48º 0.86% 0.74% -
XYZ 24.96 12.37 48.65 -
YUV 86.03 185.55 184.33 -
System Red Green Blue C M Y K H S L
Decimal 165 26 188 0.12 0.86 0 0.26 291.48 0.76 0.42
Hex A5 1A BC C 56 0 1A 123 4C 2A
Octal 245 32 274 14 126 0 32 443 114 52
Binary 10100101 11010 10111100 1100 1010110 0 11010 100100011 1001100 101010

Color Harmonies of #A51ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51ABC

Black with #A51ABC

Text Example


Text Example

White with #A51ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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