Html Css Color HEX #A828B1 Dark Orchid

📋 copy color: '#A828B1'

red 168 ◦ green 40 ◦ blue 177

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

Shades of Dark Orchid #A828B1

Tints of Dark Orchid #A828B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.97%

R = 43.64%
G = 10.39%
B = 45.97%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A828B1 (or 0xA828B1) is known color: Dark Orchid. HEX triplet: A8, 28 and B1. RGB value is (168,40,177). Sum of RGB (Red+Green+Blue) = 168+40+177=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 177 - color contains mainly: blue. Hex color #A828B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A828B1 is #57D74E. Grayscale: #5D5D5D. Windows color (decimal): -5756751 or 11610280. OLE color: 11610280.

HSL color Cylindrical-coordinate representation of color #A828B1: hue angle of 296.06º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A828B1 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 40 177 -
CMYK 0.05 0.77 0 0.31
HSL 296.06º 0.63% 0.43% -
HSV(B) 296.06º 0.77% 0.69% -
XYZ 24.84 13.02 42.8 -
YUV 93.89 174.91 180.86 -
System Red Green Blue C M Y K H S L
Decimal 168 40 177 0.05 0.77 0 0.31 296.06 0.63 0.43
Hex A8 28 B1 5 4D 0 1F 128 3F 2B
Octal 250 50 261 5 115 0 37 450 77 53
Binary 10101000 101000 10110001 101 1001101 0 11111 100101000 111111 101011

Color Harmonies of #A828B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828B1

Black with #A828B1

Text Example


Text Example

White with #A828B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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