Html Css Color HEX #A51BAF Dark Orchid

📋 copy color: '#A51BAF'

red 165 ◦ green 27 ◦ blue 175

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

Shades of Dark Orchid #A51BAF

Tints of Dark Orchid #A51BAF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.36%

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

R = 44.96%
G = 7.36%
B = 47.68%

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

#A51BAF (or 0xA51BAF) is known color: Dark Orchid. HEX triplet: A5, 1B and AF. RGB value is (165,27,175). Sum of RGB (Red+Green+Blue) = 165+27+175=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #A51BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51BAF is #5AE450. Grayscale: #545454. Windows color (decimal): -5956689 or 11475877. OLE color: 11475877.

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

Color convert

RGB 165 27 175 -
CMYK 0.06 0.85 0 0.31
HSL 295.95º 0.73% 0.4% -
HSV(B) 295.95º 0.85% 0.69% -
XYZ 23.65 11.88 41.6 -
YUV 85.13 178.72 184.97 -
System Red Green Blue C M Y K H S L
Decimal 165 27 175 0.06 0.85 0 0.31 295.95 0.73 0.4
Hex A5 1B AF 6 55 0 1F 128 49 28
Octal 245 33 257 6 125 0 37 450 111 50
Binary 10100101 11011 10101111 110 1010101 0 11111 100101000 1001001 101000

Color Harmonies of #A51BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51BAF

Black with #A51BAF

Text Example


Text Example

White with #A51BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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