Html Css Color HEX #A51FBC Dark Orchid

📋 copy color: '#A51FBC'

red 165 ◦ green 31 ◦ blue 188

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

Shades of Dark Orchid #A51FBC

Tints of Dark Orchid #A51FBC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.07%

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

R = 42.97%
G = 8.07%
B = 48.96%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A51FBC (or 0xA51FBC) is known color: Dark Orchid. HEX triplet: A5, 1F and BC. RGB value is (165,31,188). Sum of RGB (Red+Green+Blue) = 165+31+188=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #A51FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51FBC is #5AE043. Grayscale: #585858. Windows color (decimal): -5955652 or 12328869. OLE color: 12328869.

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

Color convert

RGB 165 31 188 -
CMYK 0.12 0.84 0 0.26
HSL 291.21º 0.72% 0.43% -
HSV(B) 291.21º 0.84% 0.74% -
XYZ 25.08 12.61 48.69 -
YUV 88.96 183.89 182.23 -
System Red Green Blue C M Y K H S L
Decimal 165 31 188 0.12 0.84 0 0.26 291.21 0.72 0.43
Hex A5 1F BC C 54 0 1A 123 48 2B
Octal 245 37 274 14 124 0 32 443 110 53
Binary 10100101 11111 10111100 1100 1010100 0 11010 100100011 1001000 101011

Color Harmonies of #A51FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51FBC

Black with #A51FBC

Text Example


Text Example

White with #A51FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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