Html Css Color HEX #A826DD Dark Orchid

📋 copy color: '#A826DD'

red 168 ◦ green 38 ◦ blue 221

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

Shades of Dark Orchid #A826DD

Tints of Dark Orchid #A826DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.76%

R = 39.34%
G = 8.9%
B = 51.76%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A826DD (or 0xA826DD) is known color: Dark Orchid. HEX triplet: A8, 26 and DD. RGB value is (168,38,221). Sum of RGB (Red+Green+Blue) = 168+38+221=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 38 (15.23% from 255 or 8.90% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #A826DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A826DD is #57D922. Grayscale: #616161. Windows color (decimal): -5757219 or 14493352. OLE color: 14493352.

HSL color Cylindrical-coordinate representation of color #A826DD: hue angle of 282.62º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A826DD is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 38 221 -
CMYK 0.24 0.83 0 0.13
HSL 282.62º 0.73% 0.51% -
HSV(B) 282.62º 0.83% 0.87% -
XYZ 29.89 14.93 69.71 -
YUV 97.73 197.57 178.12 -
System Red Green Blue C M Y K H S L
Decimal 168 38 221 0.24 0.83 0 0.13 282.62 0.73 0.51
Hex A8 26 DD 18 53 0 D 11B 49 33
Octal 250 46 335 30 123 0 15 433 111 63
Binary 10101000 100110 11011101 11000 1010011 0 1101 100011011 1001001 110011

Color Harmonies of #A826DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A826DD

Black with #A826DD

Text Example


Text Example

White with #A826DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A826DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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