Html Css Color HEX #A41FB2 Dark Orchid

📋 copy color: '#A41FB2'

red 164 ◦ green 31 ◦ blue 178

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

Shades of Dark Orchid #A41FB2

Tints of Dark Orchid #A41FB2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.31%

 BLUE value IS 178 (69.92% from 255) = 47.72%

R = 43.97%
G = 8.31%
B = 47.72%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A41FB2 (or 0xA41FB2) is known color: Dark Orchid. HEX triplet: A4, 1F and B2. RGB value is (164,31,178). Sum of RGB (Red+Green+Blue) = 164+31+178=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 178 (69.92% from 255 or 47.72% from 373); Max value from RGB is 178 - color contains mainly: blue. Hex color #A41FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41FB2 is #5BE04D. Grayscale: #575757. Windows color (decimal): -6021198 or 11673508. OLE color: 11673508.

HSL color Cylindrical-coordinate representation of color #A41FB2: hue angle of 294.29º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A41FB2 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 31 178 -
CMYK 0.08 0.83 0 0.30
HSL 294.29º 0.7% 0.41% -
HSV(B) 294.29º 0.83% 0.7% -
XYZ 23.84 12.09 43.2 -
YUV 87.53 179.06 182.55 -
System Red Green Blue C M Y K H S L
Decimal 164 31 178 0.08 0.83 0 0.30 294.29 0.7 0.41
Hex A4 1F B2 8 53 0 1E 126 46 29
Octal 244 37 262 10 123 0 36 446 106 51
Binary 10100100 11111 10110010 1000 1010011 0 11110 100100110 1000110 101001

Color Harmonies of #A41FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41FB2

Black with #A41FB2

Text Example


Text Example

White with #A41FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41FB2; }

 p { color: rgb(164,31,178); }

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

background-color css

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

 a { background-color: rgb(164,31,178); }

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

border-color css

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

 span { border-color: rgb(164,31,178); }

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