Html Css Color HEX #A418B7 Dark Orchid

📋 copy color: '#A418B7'

red 164 ◦ green 24 ◦ blue 183

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

Shades of Dark Orchid #A418B7

Tints of Dark Orchid #A418B7

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.47%

 BLUE value IS 183 (71.88% from 255) = 49.33%

R = 44.2%
G = 6.47%
B = 49.33%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A418B7 (or 0xA418B7) is known color: Dark Orchid. HEX triplet: A4, 18 and B7. RGB value is (164,24,183). Sum of RGB (Red+Green+Blue) = 164+24+183=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 183 (71.88% from 255 or 49.33% from 371); Max value from RGB is 183 - color contains mainly: blue. Hex color #A418B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A418B7 is #5BE748. Grayscale: #535353. Windows color (decimal): -6022985 or 11999396. OLE color: 11999396.

HSL color Cylindrical-coordinate representation of color #A418B7: hue angle of 292.83º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A418B7 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 24 183 -
CMYK 0.10 0.87 0 0.28
HSL 292.83º 0.77% 0.41% -
HSV(B) 292.83º 0.87% 0.72% -
XYZ 24.18 11.96 45.83 -
YUV 83.99 183.88 185.07 -
System Red Green Blue C M Y K H S L
Decimal 164 24 183 0.10 0.87 0 0.28 292.83 0.77 0.41
Hex A4 18 B7 A 57 0 1C 125 4D 29
Octal 244 30 267 12 127 0 34 445 115 51
Binary 10100100 11000 10110111 1010 1010111 0 11100 100100101 1001101 101001

Color Harmonies of #A418B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A418B7

Black with #A418B7

Text Example


Text Example

White with #A418B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A418B7; }

 p { color: rgb(164,24,183); }

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

background-color css

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

 a { background-color: rgb(164,24,183); }

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

border-color css

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

 span { border-color: rgb(164,24,183); }

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