Html Css Color HEX #A828BD Dark Orchid

📋 copy color: '#A828BD'

red 168 ◦ green 40 ◦ blue 189

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

Shades of Dark Orchid #A828BD

Tints of Dark Orchid #A828BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.61%

R = 42.32%
G = 10.08%
B = 47.61%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A828BD (or 0xA828BD) is known color: Dark Orchid. HEX triplet: A8, 28 and BD. RGB value is (168,40,189). Sum of RGB (Red+Green+Blue) = 168+40+189=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #A828BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828BD is #57D742. Grayscale: #5E5E5E. Windows color (decimal): -5756739 or 12396712. OLE color: 12396712.

HSL color Cylindrical-coordinate representation of color #A828BD: hue angle of 291.54º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A828BD is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 40 189 -
CMYK 0.11 0.79 0 0.26
HSL 291.54º 0.65% 0.45% -
HSV(B) 291.54º 0.79% 0.74% -
XYZ 26.09 13.52 49.38 -
YUV 95.26 180.91 179.88 -
System Red Green Blue C M Y K H S L
Decimal 168 40 189 0.11 0.79 0 0.26 291.54 0.65 0.45
Hex A8 28 BD B 4F 0 1A 124 41 2D
Octal 250 50 275 13 117 0 32 444 101 55
Binary 10101000 101000 10111101 1011 1001111 0 11010 100100100 1000001 101101

Color Harmonies of #A828BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828BD

Black with #A828BD

Text Example


Text Example

White with #A828BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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