Html Css Color HEX #A818BB Dark Orchid

📋 copy color: '#A818BB'

red 168 ◦ green 24 ◦ blue 187

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

Shades of Dark Orchid #A818BB

Tints of Dark Orchid #A818BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.34%

R = 44.33%
G = 6.33%
B = 49.34%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A818BB (or 0xA818BB) is known color: Dark Orchid. HEX triplet: A8, 18 and BB. RGB value is (168,24,187). Sum of RGB (Red+Green+Blue) = 168+24+187=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #A818BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A818BB is #57E744. Grayscale: #555555. Windows color (decimal): -5760837 or 12261544. OLE color: 12261544.

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

Color convert

RGB 168 24 187 -
CMYK 0.10 0.87 0 0.27
HSL 293.01º 0.77% 0.41% -
HSV(B) 293.01º 0.87% 0.73% -
XYZ 25.44 12.57 48.1 -
YUV 85.64 185.21 186.75 -
System Red Green Blue C M Y K H S L
Decimal 168 24 187 0.10 0.87 0 0.27 293.01 0.77 0.41
Hex A8 18 BB A 57 0 1B 125 4D 29
Octal 250 30 273 12 127 0 33 445 115 51
Binary 10101000 11000 10111011 1010 1010111 0 11011 100100101 1001101 101001

Color Harmonies of #A818BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A818BB

Black with #A818BB

Text Example


Text Example

White with #A818BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A818BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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