Html Css Color HEX #A828D6 Dark Orchid

📋 copy color: '#A828D6'

red 168 ◦ green 40 ◦ blue 214

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

Shades of Dark Orchid #A828D6

Tints of Dark Orchid #A828D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.71%

R = 39.81%
G = 9.48%
B = 50.71%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A828D6 (or 0xA828D6) is known color: Dark Orchid. HEX triplet: A8, 28 and D6. RGB value is (168,40,214). Sum of RGB (Red+Green+Blue) = 168+40+214=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 40 (16.02% from 255 or 9.48% from 422); Blue value is 214 (83.98% from 255 or 50.71% from 422); Max value from RGB is 214 - color contains mainly: blue. Hex color #A828D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828D6 is #57D729. Grayscale: #616161. Windows color (decimal): -5756714 or 14035112. OLE color: 14035112.

HSL color Cylindrical-coordinate representation of color #A828D6: hue angle of 284.14º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A828D6 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 40 214 -
CMYK 0.21 0.81 0 0.16
HSL 284.14º 0.69% 0.5% -
HSV(B) 284.14º 0.81% 0.84% -
XYZ 29.04 14.7 64.92 -
YUV 98.11 193.41 177.85 -
System Red Green Blue C M Y K H S L
Decimal 168 40 214 0.21 0.81 0 0.16 284.14 0.69 0.5
Hex A8 28 D6 15 51 0 10 11C 45 32
Octal 250 50 326 25 121 0 20 434 105 62
Binary 10101000 101000 11010110 10101 1010001 0 10000 100011100 1000101 110010

Color Harmonies of #A828D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828D6

Black with #A828D6

Text Example


Text Example

White with #A828D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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