Html Css Color HEX #A826E1 Dark Orchid

📋 copy color: '#A826E1'

red 168 ◦ green 38 ◦ blue 225

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

Shades of Dark Orchid #A826E1

Tints of Dark Orchid #A826E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 52.2%

R = 38.98%
G = 8.82%
B = 52.2%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A826E1 (or 0xA826E1) is known color: Dark Orchid. HEX triplet: A8, 26 and E1. RGB value is (168,38,225). Sum of RGB (Red+Green+Blue) = 168+38+225=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 38 (15.23% from 255 or 8.82% from 431); Blue value is 225 (88.28% from 255 or 52.20% from 431); Max value from RGB is 225 - color contains mainly: blue. Hex color #A826E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A826E1 is #57D91E. Grayscale: #616161. Windows color (decimal): -5757215 or 14755496. OLE color: 14755496.

HSL color Cylindrical-coordinate representation of color #A826E1: hue angle of 281.71º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A826E1 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 38 225 -
CMYK 0.25 0.83 0 0.12
HSL 281.71º 0.76% 0.52% -
HSV(B) 281.71º 0.83% 0.88% -
XYZ 30.43 15.15 72.55 -
YUV 98.19 199.57 177.79 -
System Red Green Blue C M Y K H S L
Decimal 168 38 225 0.25 0.83 0 0.12 281.71 0.76 0.52
Hex A8 26 E1 19 53 0 C 11A 4C 34
Octal 250 46 341 31 123 0 14 432 114 64
Binary 10101000 100110 11100001 11001 1010011 0 1100 100011010 1001100 110100

Color Harmonies of #A826E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A826E1

Black with #A826E1

Text Example


Text Example

White with #A826E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A826E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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