Html Css Color HEX #A828BC Dark Orchid

📋 copy color: '#A828BC'

red 168 ◦ green 40 ◦ blue 188

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

Shades of Dark Orchid #A828BC

Tints of Dark Orchid #A828BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 42.42%
G = 10.1%
B = 47.47%

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

#A828BC (or 0xA828BC) is known color: Dark Orchid. HEX triplet: A8, 28 and BC. RGB value is (168,40,188). Sum of RGB (Red+Green+Blue) = 168+40+188=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #A828BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828BC is #57D743. Grayscale: #5E5E5E. Windows color (decimal): -5756740 or 12331176. OLE color: 12331176.

HSL color Cylindrical-coordinate representation of color #A828BC: hue angle of 291.89º 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 #A828BC is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 40 188 -
CMYK 0.11 0.79 0 0.26
HSL 291.89º 0.65% 0.45% -
HSV(B) 291.89º 0.79% 0.74% -
XYZ 25.98 13.47 48.81 -
YUV 95.14 180.41 179.97 -
System Red Green Blue C M Y K H S L
Decimal 168 40 188 0.11 0.79 0 0.26 291.89 0.65 0.45
Hex A8 28 BC B 4F 0 1A 124 41 2D
Octal 250 50 274 13 117 0 32 444 101 55
Binary 10101000 101000 10111100 1011 1001111 0 11010 100100100 1000001 101101

Color Harmonies of #A828BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828BC

Black with #A828BC

Text Example


Text Example

White with #A828BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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