Html Css Color HEX #A828E1 Dark Orchid

📋 copy color: '#A828E1'

red 168 ◦ green 40 ◦ blue 225

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

Shades of Dark Orchid #A828E1

Tints of Dark Orchid #A828E1

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.24%

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

R = 38.8%
G = 9.24%
B = 51.96%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A828E1 (or 0xA828E1) is known color: Dark Orchid. HEX triplet: A8, 28 and E1. RGB value is (168,40,225). Sum of RGB (Red+Green+Blue) = 168+40+225=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 225 (88.28% from 255 or 51.96% from 433); Max value from RGB is 225 - color contains mainly: blue. Hex color #A828E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828E1 is #57D71E. Grayscale: #626262. Windows color (decimal): -5756703 or 14756008. OLE color: 14756008.

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

Color convert

RGB 168 40 225 -
CMYK 0.25 0.82 0 0.12
HSL 281.51º 0.76% 0.52% -
HSV(B) 281.51º 0.82% 0.88% -
XYZ 30.5 15.28 72.58 -
YUV 99.36 198.91 176.96 -
System Red Green Blue C M Y K H S L
Decimal 168 40 225 0.25 0.82 0 0.12 281.51 0.76 0.52
Hex A8 28 E1 19 52 0 C 11A 4C 34
Octal 250 50 341 31 122 0 14 432 114 64
Binary 10101000 101000 11100001 11001 1010010 0 1100 100011010 1001100 110100

Color Harmonies of #A828E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828E1

Black with #A828E1

Text Example


Text Example

White with #A828E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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