Html Css Color HEX #A818D0 Dark Orchid

📋 copy color: '#A818D0'

red 168 ◦ green 24 ◦ blue 208

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

Shades of Dark Orchid #A818D0

Tints of Dark Orchid #A818D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52%

R = 42%
G = 6%
B = 52%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A818D0 (or 0xA818D0) is known color: Dark Orchid. HEX triplet: A8, 18 and D0. RGB value is (168,24,208). Sum of RGB (Red+Green+Blue) = 168+24+208=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #A818D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A818D0 is #57E72F. Grayscale: #575757. Windows color (decimal): -5760816 or 13637800. OLE color: 13637800.

HSL color Cylindrical-coordinate representation of color #A818D0: hue angle of 286.96º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A818D0 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 24 208 -
CMYK 0.19 0.88 0 0.18
HSL 286.96º 0.79% 0.45% -
HSV(B) 286.96º 0.88% 0.82% -
XYZ 27.86 13.53 60.82 -
YUV 88.03 195.71 185.04 -
System Red Green Blue C M Y K H S L
Decimal 168 24 208 0.19 0.88 0 0.18 286.96 0.79 0.45
Hex A8 18 D0 13 58 0 12 11F 4F 2D
Octal 250 30 320 23 130 0 22 437 117 55
Binary 10101000 11000 11010000 10011 1011000 0 10010 100011111 1001111 101101

Color Harmonies of #A818D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A818D0

Black with #A818D0

Text Example


Text Example

White with #A818D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A818D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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