Html Css Color HEX #A726DD Dark Orchid

📋 copy color: '#A726DD'

red 167 ◦ green 38 ◦ blue 221

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

Shades of Dark Orchid #A726DD

Tints of Dark Orchid #A726DD

RGB

 RED value IS 167 (65.63% from 255) = 39.2%

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

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

R = 39.2%
G = 8.92%
B = 51.88%

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

#A726DD (or 0xA726DD) is known color: Dark Orchid. HEX triplet: A7, 26 and DD. RGB value is (167,38,221). Sum of RGB (Red+Green+Blue) = 167+38+221=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 38 (15.23% from 255 or 8.92% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #A726DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A726DD is #58D922. Grayscale: #606060. Windows color (decimal): -5822755 or 14493351. OLE color: 14493351.

HSL color Cylindrical-coordinate representation of color #A726DD: hue angle of 282.3º 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 #A726DD is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 38 221 -
CMYK 0.24 0.83 0 0.13
HSL 282.3º 0.73% 0.51% -
HSV(B) 282.3º 0.83% 0.87% -
XYZ 29.68 14.82 69.7 -
YUV 97.43 197.74 177.62 -
System Red Green Blue C M Y K H S L
Decimal 167 38 221 0.24 0.83 0 0.13 282.3 0.73 0.51
Hex A7 26 DD 18 53 0 D 11A 49 33
Octal 247 46 335 30 123 0 15 432 111 63
Binary 10100111 100110 11011101 11000 1010011 0 1101 100011010 1001001 110011

Color Harmonies of #A726DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A726DD

Black with #A726DD

Text Example


Text Example

White with #A726DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A726DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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