Html Css Color HEX #A818BA Dark Orchid

📋 copy color: '#A818BA'

red 168 ◦ green 24 ◦ blue 186

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

Shades of Dark Orchid #A818BA

Tints of Dark Orchid #A818BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.21%

R = 44.44%
G = 6.35%
B = 49.21%

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

#A818BA (or 0xA818BA) is known color: Dark Orchid. HEX triplet: A8, 18 and BA. RGB value is (168,24,186). Sum of RGB (Red+Green+Blue) = 168+24+186=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #A818BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A818BA is #57E745. Grayscale: #555555. Windows color (decimal): -5760838 or 12196008. OLE color: 12196008.

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

Color convert

RGB 168 24 186 -
CMYK 0.10 0.87 0 0.27
HSL 293.33º 0.77% 0.41% -
HSV(B) 293.33º 0.87% 0.73% -
XYZ 25.34 12.52 47.54 -
YUV 85.52 184.71 186.83 -
System Red Green Blue C M Y K H S L
Decimal 168 24 186 0.10 0.87 0 0.27 293.33 0.77 0.41
Hex A8 18 BA A 57 0 1B 125 4D 29
Octal 250 30 272 12 127 0 33 445 115 51
Binary 10101000 11000 10111010 1010 1010111 0 11011 100100101 1001101 101001

Color Harmonies of #A818BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A818BA

Black with #A818BA

Text Example


Text Example

White with #A818BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A818BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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