Html Css Color HEX #A818BC Dark Orchid

📋 copy color: '#A818BC'

red 168 ◦ green 24 ◦ blue 188

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

Shades of Dark Orchid #A818BC

Tints of Dark Orchid #A818BC

RGB

 RED value IS 168 (66.02% from 255) = 44.21%

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

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

R = 44.21%
G = 6.32%
B = 49.47%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A818BC (or 0xA818BC) is known color: Dark Orchid. HEX triplet: A8, 18 and BC. RGB value is (168,24,188). Sum of RGB (Red+Green+Blue) = 168+24+188=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #A818BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A818BC is #57E743. Grayscale: #555555. Windows color (decimal): -5760836 or 12327080. OLE color: 12327080.

HSL color Cylindrical-coordinate representation of color #A818BC: hue angle of 292.68º 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 #A818BC is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 24 188 -
CMYK 0.11 0.87 0 0.26
HSL 292.68º 0.77% 0.42% -
HSV(B) 292.68º 0.87% 0.74% -
XYZ 25.55 12.61 48.66 -
YUV 85.75 185.71 186.66 -
System Red Green Blue C M Y K H S L
Decimal 168 24 188 0.11 0.87 0 0.26 292.68 0.77 0.42
Hex A8 18 BC B 57 0 1A 125 4D 2A
Octal 250 30 274 13 127 0 32 445 115 52
Binary 10101000 11000 10111100 1011 1010111 0 11010 100100101 1001101 101010

Color Harmonies of #A818BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A818BC

Black with #A818BC

Text Example


Text Example

White with #A818BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A818BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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