Html Css Color HEX #A51FB7 Dark Orchid

📋 copy color: '#A51FB7'

red 165 ◦ green 31 ◦ blue 183

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

Shades of Dark Orchid #A51FB7

Tints of Dark Orchid #A51FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 48.28%

R = 43.54%
G = 8.18%
B = 48.28%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A51FB7 (or 0xA51FB7) is known color: Dark Orchid. HEX triplet: A5, 1F and B7. RGB value is (165,31,183). Sum of RGB (Red+Green+Blue) = 165+31+183=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 31 (12.5% from 255 or 8.18% from 379); Blue value is 183 (71.88% from 255 or 48.28% from 379); Max value from RGB is 183 - color contains mainly: blue. Hex color #A51FB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51FB7 is #5AE048. Grayscale: #575757. Windows color (decimal): -5955657 or 12001189. OLE color: 12001189.

HSL color Cylindrical-coordinate representation of color #A51FB7: hue angle of 292.89º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A51FB7 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 31 183 -
CMYK 0.10 0.83 0 0.28
HSL 292.89º 0.71% 0.42% -
HSV(B) 292.89º 0.83% 0.72% -
XYZ 24.55 12.4 45.9 -
YUV 88.39 181.39 182.64 -
System Red Green Blue C M Y K H S L
Decimal 165 31 183 0.10 0.83 0 0.28 292.89 0.71 0.42
Hex A5 1F B7 A 53 0 1C 125 47 2A
Octal 245 37 267 12 123 0 34 445 107 52
Binary 10100101 11111 10110111 1010 1010011 0 11100 100100101 1000111 101010

Color Harmonies of #A51FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51FB7

Black with #A51FB7

Text Example


Text Example

White with #A51FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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