Html Css Color HEX #A818BE Dark Orchid

📋 copy color: '#A818BE'

red 168 ◦ green 24 ◦ blue 190

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

Shades of Dark Orchid #A818BE

Tints of Dark Orchid #A818BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.74%

R = 43.98%
G = 6.28%
B = 49.74%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A818BE (or 0xA818BE) is known color: Dark Orchid. HEX triplet: A8, 18 and BE. RGB value is (168,24,190). Sum of RGB (Red+Green+Blue) = 168+24+190=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #A818BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A818BE is #57E741. Grayscale: #555555. Windows color (decimal): -5760834 or 12458152. OLE color: 12458152.

HSL color Cylindrical-coordinate representation of color #A818BE: hue angle of 292.05º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A818BE is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 24 190 -
CMYK 0.12 0.87 0 0.25
HSL 292.05º 0.78% 0.42% -
HSV(B) 292.05º 0.87% 0.75% -
XYZ 25.77 12.7 49.81 -
YUV 85.98 186.71 186.5 -
System Red Green Blue C M Y K H S L
Decimal 168 24 190 0.12 0.87 0 0.25 292.05 0.78 0.42
Hex A8 18 BE C 57 0 19 124 4E 2A
Octal 250 30 276 14 127 0 31 444 116 52
Binary 10101000 11000 10111110 1100 1010111 0 11001 100100100 1001110 101010

Color Harmonies of #A818BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A818BE

Black with #A818BE

Text Example


Text Example

White with #A818BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A818BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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