Html Css Color HEX #A51AAF Dark Orchid

📋 copy color: '#A51AAF'

red 165 ◦ green 26 ◦ blue 175

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

Shades of Dark Orchid #A51AAF

Tints of Dark Orchid #A51AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.81%

R = 45.08%
G = 7.1%
B = 47.81%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A51AAF (or 0xA51AAF) is known color: Dark Orchid. HEX triplet: A5, 1A and AF. RGB value is (165,26,175). Sum of RGB (Red+Green+Blue) = 165+26+175=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #A51AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51AAF is #5AE550. Grayscale: #545454. Windows color (decimal): -5956945 or 11475621. OLE color: 11475621.

HSL color Cylindrical-coordinate representation of color #A51AAF: hue angle of 295.97º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A51AAF is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 26 175 -
CMYK 0.06 0.85 0 0.31
HSL 295.97º 0.74% 0.39% -
HSV(B) 295.97º 0.85% 0.69% -
XYZ 23.62 11.83 41.6 -
YUV 84.55 179.05 185.38 -
System Red Green Blue C M Y K H S L
Decimal 165 26 175 0.06 0.85 0 0.31 295.97 0.74 0.39
Hex A5 1A AF 6 55 0 1F 128 4A 27
Octal 245 32 257 6 125 0 37 450 112 47
Binary 10100101 11010 10101111 110 1010101 0 11111 100101000 1001010 100111

Color Harmonies of #A51AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51AAF

Black with #A51AAF

Text Example


Text Example

White with #A51AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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