Html Css Color HEX #A828B6 Dark Orchid

📋 copy color: '#A828B6'

red 168 ◦ green 40 ◦ blue 182

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

Shades of Dark Orchid #A828B6

Tints of Dark Orchid #A828B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.67%

R = 43.08%
G = 10.26%
B = 46.67%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A828B6 (or 0xA828B6) is known color: Dark Orchid. HEX triplet: A8, 28 and B6. RGB value is (168,40,182). Sum of RGB (Red+Green+Blue) = 168+40+182=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 182 (71.48% from 255 or 46.67% from 390); Max value from RGB is 182 - color contains mainly: blue. Hex color #A828B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828B6 is #57D749. Grayscale: #5E5E5E. Windows color (decimal): -5756746 or 11937960. OLE color: 11937960.

HSL color Cylindrical-coordinate representation of color #A828B6: hue angle of 294.08º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A828B6 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 40 182 -
CMYK 0.08 0.78 0 0.29
HSL 294.08º 0.64% 0.44% -
HSV(B) 294.08º 0.78% 0.71% -
XYZ 25.35 13.22 45.47 -
YUV 94.46 177.41 180.45 -
System Red Green Blue C M Y K H S L
Decimal 168 40 182 0.08 0.78 0 0.29 294.08 0.64 0.44
Hex A8 28 B6 8 4E 0 1D 126 40 2C
Octal 250 50 266 10 116 0 35 446 100 54
Binary 10101000 101000 10110110 1000 1001110 0 11101 100100110 1000000 101100

Color Harmonies of #A828B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828B6

Black with #A828B6

Text Example


Text Example

White with #A828B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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