Html Css Color HEX #A818B8 Dark Orchid

📋 copy color: '#A818B8'

red 168 ◦ green 24 ◦ blue 184

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

Shades of Dark Orchid #A818B8

Tints of Dark Orchid #A818B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 48.94%

R = 44.68%
G = 6.38%
B = 48.94%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A818B8 (or 0xA818B8) is known color: Dark Orchid. HEX triplet: A8, 18 and B8. RGB value is (168,24,184). Sum of RGB (Red+Green+Blue) = 168+24+184=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 184 (72.27% from 255 or 48.94% from 376); Max value from RGB is 184 - color contains mainly: blue. Hex color #A818B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A818B8 is #57E747. Grayscale: #545454. Windows color (decimal): -5760840 or 12064936. OLE color: 12064936.

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

Color convert

RGB 168 24 184 -
CMYK 0.09 0.87 0 0.28
HSL 294º 0.77% 0.41% -
HSV(B) 294º 0.87% 0.72% -
XYZ 25.13 12.44 46.42 -
YUV 85.3 183.71 186.99 -
System Red Green Blue C M Y K H S L
Decimal 168 24 184 0.09 0.87 0 0.28 294 0.77 0.41
Hex A8 18 B8 9 57 0 1C 126 4D 29
Octal 250 30 270 11 127 0 34 446 115 51
Binary 10101000 11000 10111000 1001 1010111 0 11100 100100110 1001101 101001

Color Harmonies of #A818B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A818B8

Black with #A818B8

Text Example


Text Example

White with #A818B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A818B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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