Html Css Color HEX #A828C6 Dark Orchid

📋 copy color: '#A828C6'

red 168 ◦ green 40 ◦ blue 198

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

Shades of Dark Orchid #A828C6

Tints of Dark Orchid #A828C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.77%

R = 41.38%
G = 9.85%
B = 48.77%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A828C6 (or 0xA828C6) is known color: Dark Orchid. HEX triplet: A8, 28 and C6. RGB value is (168,40,198). Sum of RGB (Red+Green+Blue) = 168+40+198=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #A828C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828C6 is #57D739. Grayscale: #5F5F5F. Windows color (decimal): -5756730 or 12986536. OLE color: 12986536.

HSL color Cylindrical-coordinate representation of color #A828C6: hue angle of 288.61º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A828C6 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 40 198 -
CMYK 0.15 0.80 0 0.22
HSL 288.61º 0.66% 0.47% -
HSV(B) 288.61º 0.8% 0.78% -
XYZ 27.1 13.92 54.68 -
YUV 96.28 185.41 179.15 -
System Red Green Blue C M Y K H S L
Decimal 168 40 198 0.15 0.80 0 0.22 288.61 0.66 0.47
Hex A8 28 C6 F 50 0 16 121 42 2F
Octal 250 50 306 17 120 0 26 441 102 57
Binary 10101000 101000 11000110 1111 1010000 0 10110 100100001 1000010 101111

Color Harmonies of #A828C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828C6

Black with #A828C6

Text Example


Text Example

White with #A828C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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