Html Css Color HEX #A41FDA Dark Orchid

📋 copy color: '#A41FDA'

red 164 ◦ green 31 ◦ blue 218

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

Shades of Dark Orchid #A41FDA

Tints of Dark Orchid #A41FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.78%

R = 39.71%
G = 7.51%
B = 52.78%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A41FDA (or 0xA41FDA) is known color: Dark Orchid. HEX triplet: A4, 1F and DA. RGB value is (164,31,218). Sum of RGB (Red+Green+Blue) = 164+31+218=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #A41FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41FDA is #5BE025. Grayscale: #5B5B5B. Windows color (decimal): -6021158 or 14294948. OLE color: 14294948.

HSL color Cylindrical-coordinate representation of color #A41FDA: hue angle of 282.67º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41FDA is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 31 218 -
CMYK 0.25 0.86 0 0.15
HSL 282.67º 0.75% 0.49% -
HSV(B) 282.67º 0.86% 0.85% -
XYZ 28.45 13.93 67.52 -
YUV 92.09 199.06 179.29 -
System Red Green Blue C M Y K H S L
Decimal 164 31 218 0.25 0.86 0 0.15 282.67 0.75 0.49
Hex A4 1F DA 19 56 0 F 11B 4B 31
Octal 244 37 332 31 126 0 17 433 113 61
Binary 10100100 11111 11011010 11001 1010110 0 1111 100011011 1001011 110001

Color Harmonies of #A41FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41FDA

Black with #A41FDA

Text Example


Text Example

White with #A41FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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