Html Css Color HEX #A41FCB Dark Orchid

📋 copy color: '#A41FCB'

red 164 ◦ green 31 ◦ blue 203

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

Shades of Dark Orchid #A41FCB

Tints of Dark Orchid #A41FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.01%

R = 41.21%
G = 7.79%
B = 51.01%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A41FCB (or 0xA41FCB) is known color: Dark Orchid. HEX triplet: A4, 1F and CB. RGB value is (164,31,203). Sum of RGB (Red+Green+Blue) = 164+31+203=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #A41FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41FCB is #5BE034. Grayscale: #595959. Windows color (decimal): -6021173 or 13311908. OLE color: 13311908.

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

Color convert

RGB 164 31 203 -
CMYK 0.19 0.85 0 0.20
HSL 286.4º 0.74% 0.46% -
HSV(B) 286.4º 0.85% 0.8% -
XYZ 26.58 13.18 57.64 -
YUV 90.38 191.56 180.51 -
System Red Green Blue C M Y K H S L
Decimal 164 31 203 0.19 0.85 0 0.20 286.4 0.74 0.46
Hex A4 1F CB 13 55 0 14 11E 4A 2E
Octal 244 37 313 23 125 0 24 436 112 56
Binary 10100100 11111 11001011 10011 1010101 0 10100 100011110 1001010 101110

Color Harmonies of #A41FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41FCB

Black with #A41FCB

Text Example


Text Example

White with #A41FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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