Html Css Color HEX #A41FCF Dark Orchid

📋 copy color: '#A41FCF'

red 164 ◦ green 31 ◦ blue 207

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

Shades of Dark Orchid #A41FCF

Tints of Dark Orchid #A41FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.49%

R = 40.8%
G = 7.71%
B = 51.49%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A41FCF (or 0xA41FCF) is known color: Dark Orchid. HEX triplet: A4, 1F and CF. RGB value is (164,31,207). Sum of RGB (Red+Green+Blue) = 164+31+207=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 31 (12.5% from 255 or 7.71% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #A41FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41FCF is #5BE030. Grayscale: #5A5A5A. Windows color (decimal): -6021169 or 13574052. OLE color: 13574052.

HSL color Cylindrical-coordinate representation of color #A41FCF: hue angle of 285.34º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41FCF is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 31 207 -
CMYK 0.21 0.85 0 0.19
HSL 285.34º 0.74% 0.47% -
HSV(B) 285.34º 0.85% 0.81% -
XYZ 27.06 13.38 60.19 -
YUV 90.83 193.56 180.19 -
System Red Green Blue C M Y K H S L
Decimal 164 31 207 0.21 0.85 0 0.19 285.34 0.74 0.47
Hex A4 1F CF 15 55 0 13 11D 4A 2F
Octal 244 37 317 25 125 0 23 435 112 57
Binary 10100100 11111 11001111 10101 1010101 0 10011 100011101 1001010 101111

Color Harmonies of #A41FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41FCF

Black with #A41FCF

Text Example


Text Example

White with #A41FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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