Html Css Color HEX #A41BCF Dark Orchid

📋 copy color: '#A41BCF'

red 164 ◦ green 27 ◦ blue 207

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

Shades of Dark Orchid #A41BCF

Tints of Dark Orchid #A41BCF

RGB

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

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

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

R = 41.21%
G = 6.78%
B = 52.01%

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

#A41BCF (or 0xA41BCF) is known color: Dark Orchid. HEX triplet: A4, 1B and CF. RGB value is (164,27,207). Sum of RGB (Red+Green+Blue) = 164+27+207=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #A41BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41BCF is #5BE430. Grayscale: #575757. Windows color (decimal): -6022193 or 13573028. OLE color: 13573028.

HSL color Cylindrical-coordinate representation of color #A41BCF: hue angle of 285.67º degrees, saturation: 0.77, 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 #A41BCF is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 27 207 -
CMYK 0.21 0.87 0 0.19
HSL 285.67º 0.77% 0.46% -
HSV(B) 285.67º 0.87% 0.81% -
XYZ 26.96 13.18 60.15 -
YUV 88.48 194.89 181.86 -
System Red Green Blue C M Y K H S L
Decimal 164 27 207 0.21 0.87 0 0.19 285.67 0.77 0.46
Hex A4 1B CF 15 57 0 13 11E 4D 2E
Octal 244 33 317 25 127 0 23 436 115 56
Binary 10100100 11011 11001111 10101 1010111 0 10011 100011110 1001101 101110

Color Harmonies of #A41BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41BCF

Black with #A41BCF

Text Example


Text Example

White with #A41BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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