Html Css Color HEX #A51DAF Dark Orchid

📋 copy color: '#A51DAF'

red 165 ◦ green 29 ◦ blue 175

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

Shades of Dark Orchid #A51DAF

Tints of Dark Orchid #A51DAF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.86%

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

R = 44.72%
G = 7.86%
B = 47.43%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A51DAF (or 0xA51DAF) is known color: Dark Orchid. HEX triplet: A5, 1D and AF. RGB value is (165,29,175). Sum of RGB (Red+Green+Blue) = 165+29+175=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #A51DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51DAF is #5AE250. Grayscale: #555555. Windows color (decimal): -5956177 or 11476389. OLE color: 11476389.

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

Color convert

RGB 165 29 175 -
CMYK 0.06 0.83 0 0.31
HSL 295.89º 0.72% 0.4% -
HSV(B) 295.89º 0.83% 0.69% -
XYZ 23.69 11.97 41.62 -
YUV 86.31 178.06 184.13 -
System Red Green Blue C M Y K H S L
Decimal 165 29 175 0.06 0.83 0 0.31 295.89 0.72 0.4
Hex A5 1D AF 6 53 0 1F 128 48 28
Octal 245 35 257 6 123 0 37 450 110 50
Binary 10100101 11101 10101111 110 1010011 0 11111 100101000 1001000 101000

Color Harmonies of #A51DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51DAF

Black with #A51DAF

Text Example


Text Example

White with #A51DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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