Html Css Color HEX #A418C8 Dark Orchid

📋 copy color: '#A418C8'

red 164 ◦ green 24 ◦ blue 200

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

Shades of Dark Orchid #A418C8

Tints of Dark Orchid #A418C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 51.55%

R = 42.27%
G = 6.19%
B = 51.55%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A418C8 (or 0xA418C8) is known color: Dark Orchid. HEX triplet: A4, 18 and C8. RGB value is (164,24,200). Sum of RGB (Red+Green+Blue) = 164+24+200=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 200 (78.52% from 255 or 51.55% from 388); Max value from RGB is 200 - color contains mainly: blue. Hex color #A418C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A418C8 is #5BE737. Grayscale: #555555. Windows color (decimal): -6022968 or 13113508. OLE color: 13113508.

HSL color Cylindrical-coordinate representation of color #A418C8: hue angle of 287.73º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A418C8 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 24 200 -
CMYK 0.18 0.88 0 0.22
HSL 287.73º 0.79% 0.44% -
HSV(B) 287.73º 0.88% 0.78% -
XYZ 26.06 12.72 55.72 -
YUV 85.92 192.38 183.69 -
System Red Green Blue C M Y K H S L
Decimal 164 24 200 0.18 0.88 0 0.22 287.73 0.79 0.44
Hex A4 18 C8 12 58 0 16 120 4F 2C
Octal 244 30 310 22 130 0 26 440 117 54
Binary 10100100 11000 11001000 10010 1011000 0 10110 100100000 1001111 101100

Color Harmonies of #A418C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A418C8

Black with #A418C8

Text Example


Text Example

White with #A418C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A418C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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