Html Css Color HEX #A51FAE Dark Orchid

📋 copy color: '#A51FAE'

red 165 ◦ green 31 ◦ blue 174

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

Shades of Dark Orchid #A51FAE

Tints of Dark Orchid #A51FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.03%

R = 44.59%
G = 8.38%
B = 47.03%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A51FAE (or 0xA51FAE) is known color: Dark Orchid. HEX triplet: A5, 1F and AE. RGB value is (165,31,174). Sum of RGB (Red+Green+Blue) = 165+31+174=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #A51FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51FAE is #5AE051. Grayscale: #565656. Windows color (decimal): -5955666 or 11411365. OLE color: 11411365.

HSL color Cylindrical-coordinate representation of color #A51FAE: hue angle of 296.22º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A51FAE is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 31 174 -
CMYK 0.05 0.82 0 0.32
HSL 296.22º 0.7% 0.4% -
HSV(B) 296.22º 0.82% 0.68% -
XYZ 23.65 12.04 41.12 -
YUV 87.37 176.89 183.37 -
System Red Green Blue C M Y K H S L
Decimal 165 31 174 0.05 0.82 0 0.32 296.22 0.7 0.4
Hex A5 1F AE 5 52 0 20 128 46 28
Octal 245 37 256 5 122 0 40 450 106 50
Binary 10100101 11111 10101110 101 1010010 0 100000 100101000 1000110 101000

Color Harmonies of #A51FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51FAE

Black with #A51FAE

Text Example


Text Example

White with #A51FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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