Html Css Color HEX #A418C2 Dark Orchid

📋 copy color: '#A418C2'

red 164 ◦ green 24 ◦ blue 194

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

Shades of Dark Orchid #A418C2

Tints of Dark Orchid #A418C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50.79%

R = 42.93%
G = 6.28%
B = 50.79%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A418C2 (or 0xA418C2) is known color: Dark Orchid. HEX triplet: A4, 18 and C2. RGB value is (164,24,194). Sum of RGB (Red+Green+Blue) = 164+24+194=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 194 (76.17% from 255 or 50.79% from 382); Max value from RGB is 194 - color contains mainly: blue. Hex color #A418C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A418C2 is #5BE73D. Grayscale: #545454. Windows color (decimal): -6022974 or 12720292. OLE color: 12720292.

HSL color Cylindrical-coordinate representation of color #A418C2: hue angle of 289.41º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A418C2 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 24 194 -
CMYK 0.15 0.88 0 0.24
HSL 289.41º 0.78% 0.43% -
HSV(B) 289.41º 0.88% 0.76% -
XYZ 25.37 12.44 52.1 -
YUV 85.24 189.38 184.18 -
System Red Green Blue C M Y K H S L
Decimal 164 24 194 0.15 0.88 0 0.24 289.41 0.78 0.43
Hex A4 18 C2 F 58 0 18 121 4E 2B
Octal 244 30 302 17 130 0 30 441 116 53
Binary 10100100 11000 11000010 1111 1011000 0 11000 100100001 1001110 101011

Color Harmonies of #A418C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A418C2

Black with #A418C2

Text Example


Text Example

White with #A418C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A418C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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