Html Css Color HEX #A826DF Dark Orchid

📋 copy color: '#A826DF'

red 168 ◦ green 38 ◦ blue 223

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

Shades of Dark Orchid #A826DF

Tints of Dark Orchid #A826DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.98%

R = 39.16%
G = 8.86%
B = 51.98%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A826DF (or 0xA826DF) is known color: Dark Orchid. HEX triplet: A8, 26 and DF. RGB value is (168,38,223). Sum of RGB (Red+Green+Blue) = 168+38+223=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #A826DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A826DF is #57D920. Grayscale: #616161. Windows color (decimal): -5757217 or 14624424. OLE color: 14624424.

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

Color convert

RGB 168 38 223 -
CMYK 0.25 0.83 0 0.13
HSL 282.16º 0.74% 0.51% -
HSV(B) 282.16º 0.83% 0.87% -
XYZ 30.16 15.04 71.13 -
YUV 97.96 198.57 177.96 -
System Red Green Blue C M Y K H S L
Decimal 168 38 223 0.25 0.83 0 0.13 282.16 0.74 0.51
Hex A8 26 DF 19 53 0 D 11A 4A 33
Octal 250 46 337 31 123 0 15 432 112 63
Binary 10101000 100110 11011111 11001 1010011 0 1101 100011010 1001010 110011

Color Harmonies of #A826DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A826DF

Black with #A826DF

Text Example


Text Example

White with #A826DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A826DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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