Html Css Color HEX #A418BC Dark Orchid

📋 copy color: '#A418BC'

red 164 ◦ green 24 ◦ blue 188

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

Shades of Dark Orchid #A418BC

Tints of Dark Orchid #A418BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50%

R = 43.62%
G = 6.38%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A418BC (or 0xA418BC) is known color: Dark Orchid. HEX triplet: A4, 18 and BC. RGB value is (164,24,188). Sum of RGB (Red+Green+Blue) = 164+24+188=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #A418BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A418BC is #5BE743. Grayscale: #545454. Windows color (decimal): -6022980 or 12327076. OLE color: 12327076.

HSL color Cylindrical-coordinate representation of color #A418BC: hue angle of 291.22º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A418BC is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 24 188 -
CMYK 0.13 0.87 0 0.26
HSL 291.22º 0.77% 0.42% -
HSV(B) 291.22º 0.87% 0.74% -
XYZ 24.71 12.18 48.62 -
YUV 84.56 186.38 184.66 -
System Red Green Blue C M Y K H S L
Decimal 164 24 188 0.13 0.87 0 0.26 291.22 0.77 0.42
Hex A4 18 BC D 57 0 1A 123 4D 2A
Octal 244 30 274 15 127 0 32 443 115 52
Binary 10100100 11000 10111100 1101 1010111 0 11010 100100011 1001101 101010

Color Harmonies of #A418BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A418BC

Black with #A418BC

Text Example


Text Example

White with #A418BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A418BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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