Html Css Color HEX #A41BAF Dark Orchid

📋 copy color: '#A41BAF'

red 164 ◦ green 27 ◦ blue 175

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

Shades of Dark Orchid #A41BAF

Tints of Dark Orchid #A41BAF

RGB

 RED value IS 164 (64.45% from 255) = 44.81%

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

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

R = 44.81%
G = 7.38%
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

#A41BAF (or 0xA41BAF) is known color: Dark Orchid. HEX triplet: A4, 1B and AF. RGB value is (164,27,175). Sum of RGB (Red+Green+Blue) = 164+27+175=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 27 (10.94% from 255 or 7.38% 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 #A41BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41BAF is #5BE450. Grayscale: #545454. Windows color (decimal): -6022225 or 11475876. OLE color: 11475876.

HSL color Cylindrical-coordinate representation of color #A41BAF: hue angle of 295.54º 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 #A41BAF is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 27 175 -
CMYK 0.06 0.85 0 0.31
HSL 295.54º 0.73% 0.4% -
HSV(B) 295.54º 0.85% 0.69% -
XYZ 23.44 11.77 41.59 -
YUV 84.84 178.89 184.47 -
System Red Green Blue C M Y K H S L
Decimal 164 27 175 0.06 0.85 0 0.31 295.54 0.73 0.4
Hex A4 1B AF 6 55 0 1F 128 49 28
Octal 244 33 257 6 125 0 37 450 111 50
Binary 10100100 11011 10101111 110 1010101 0 11111 100101000 1001001 101000

Color Harmonies of #A41BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41BAF

Black with #A41BAF

Text Example


Text Example

White with #A41BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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