Html Css Color HEX #A828C7 Dark Orchid

📋 copy color: '#A828C7'

red 168 ◦ green 40 ◦ blue 199

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

Shades of Dark Orchid #A828C7

Tints of Dark Orchid #A828C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 48.89%

R = 41.28%
G = 9.83%
B = 48.89%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A828C7 (or 0xA828C7) is known color: Dark Orchid. HEX triplet: A8, 28 and C7. RGB value is (168,40,199). Sum of RGB (Red+Green+Blue) = 168+40+199=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 199 (78.12% from 255 or 48.89% from 407); Max value from RGB is 199 - color contains mainly: blue. Hex color #A828C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828C7 is #57D738. Grayscale: #5F5F5F. Windows color (decimal): -5756729 or 13052072. OLE color: 13052072.

HSL color Cylindrical-coordinate representation of color #A828C7: hue angle of 288.3º degrees, saturation: 0.67, 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 #A828C7 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 40 199 -
CMYK 0.16 0.80 0 0.22
HSL 288.3º 0.67% 0.47% -
HSV(B) 288.3º 0.8% 0.78% -
XYZ 27.22 13.97 55.29 -
YUV 96.4 185.91 179.07 -
System Red Green Blue C M Y K H S L
Decimal 168 40 199 0.16 0.80 0 0.22 288.3 0.67 0.47
Hex A8 28 C7 10 50 0 16 120 43 2F
Octal 250 50 307 20 120 0 26 440 103 57
Binary 10101000 101000 11000111 10000 1010000 0 10110 100100000 1000011 101111

Color Harmonies of #A828C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828C7

Black with #A828C7

Text Example


Text Example

White with #A828C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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