Html Css Color HEX #A826D0 Dark Orchid

📋 copy color: '#A826D0'

red 168 ◦ green 38 ◦ blue 208

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

Shades of Dark Orchid #A826D0

Tints of Dark Orchid #A826D0

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.18%

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

R = 40.58%
G = 9.18%
B = 50.24%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A826D0 (or 0xA826D0) is known color: Dark Orchid. HEX triplet: A8, 26 and D0. RGB value is (168,38,208). Sum of RGB (Red+Green+Blue) = 168+38+208=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 38 (15.23% from 255 or 9.18% from 414); Blue value is 208 (81.64% from 255 or 50.24% from 414); Max value from RGB is 208 - color contains mainly: blue. Hex color #A826D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A826D0 is #57D92F. Grayscale: #5F5F5F. Windows color (decimal): -5757232 or 13641384. OLE color: 13641384.

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

Color convert

RGB 168 38 208 -
CMYK 0.19 0.82 0 0.18
HSL 285.88º 0.69% 0.48% -
HSV(B) 285.88º 0.82% 0.82% -
XYZ 28.23 14.27 60.94 -
YUV 96.25 191.07 179.18 -
System Red Green Blue C M Y K H S L
Decimal 168 38 208 0.19 0.82 0 0.18 285.88 0.69 0.48
Hex A8 26 D0 13 52 0 12 11E 45 30
Octal 250 46 320 23 122 0 22 436 105 60
Binary 10101000 100110 11010000 10011 1010010 0 10010 100011110 1000101 110000

Color Harmonies of #A826D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A826D0

Black with #A826D0

Text Example


Text Example

White with #A826D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A826D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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