Html Css Color HEX #A41ACF Dark Orchid

📋 copy color: '#A41ACF'

red 164 ◦ green 26 ◦ blue 207

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

Shades of Dark Orchid #A41ACF

Tints of Dark Orchid #A41ACF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.55%

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

R = 41.31%
G = 6.55%
B = 52.14%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A41ACF (or 0xA41ACF) is known color: Dark Orchid. HEX triplet: A4, 1A and CF. RGB value is (164,26,207). Sum of RGB (Red+Green+Blue) = 164+26+207=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #A41ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41ACF is #5BE530. Grayscale: #575757. Windows color (decimal): -6022449 or 13572772. OLE color: 13572772.

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

Color convert

RGB 164 26 207 -
CMYK 0.21 0.87 0 0.19
HSL 285.75º 0.78% 0.46% -
HSV(B) 285.75º 0.87% 0.81% -
XYZ 26.94 13.14 60.15 -
YUV 87.9 195.22 182.28 -
System Red Green Blue C M Y K H S L
Decimal 164 26 207 0.21 0.87 0 0.19 285.75 0.78 0.46
Hex A4 1A CF 15 57 0 13 11E 4E 2E
Octal 244 32 317 25 127 0 23 436 116 56
Binary 10100100 11010 11001111 10101 1010111 0 10011 100011110 1001110 101110

Color Harmonies of #A41ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41ACF

Black with #A41ACF

Text Example


Text Example

White with #A41ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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