Html Css Color HEX #A51CAE Dark Orchid

📋 copy color: '#A51CAE'

red 165 ◦ green 28 ◦ blue 174

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

Shades of Dark Orchid #A51CAE

Tints of Dark Orchid #A51CAE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.63%

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

R = 44.96%
G = 7.63%
B = 47.41%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A51CAE (or 0xA51CAE) is known color: Dark Orchid. HEX triplet: A5, 1C and AE. RGB value is (165,28,174). Sum of RGB (Red+Green+Blue) = 165+28+174=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 28 (11.33% from 255 or 7.63% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #A51CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51CAE is #5AE351. Grayscale: #555555. Windows color (decimal): -5956434 or 11410597. OLE color: 11410597.

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

Color convert

RGB 165 28 174 -
CMYK 0.05 0.84 0 0.32
HSL 296.3º 0.72% 0.4% -
HSV(B) 296.3º 0.84% 0.68% -
XYZ 23.57 11.89 41.1 -
YUV 85.61 177.89 184.63 -
System Red Green Blue C M Y K H S L
Decimal 165 28 174 0.05 0.84 0 0.32 296.3 0.72 0.4
Hex A5 1C AE 5 54 0 20 128 48 28
Octal 245 34 256 5 124 0 40 450 110 50
Binary 10100101 11100 10101110 101 1010100 0 100000 100101000 1001000 101000

Color Harmonies of #A51CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51CAE

Black with #A51CAE

Text Example


Text Example

White with #A51CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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