Html Css Color HEX #A827B8 Dark Orchid

📋 copy color: '#A827B8'

red 168 ◦ green 39 ◦ blue 184

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

Shades of Dark Orchid #A827B8

Tints of Dark Orchid #A827B8

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.97%

 BLUE value IS 184 (72.27% from 255) = 47.06%

R = 42.97%
G = 9.97%
B = 47.06%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A827B8 (or 0xA827B8) is known color: Dark Orchid. HEX triplet: A8, 27 and B8. RGB value is (168,39,184). Sum of RGB (Red+Green+Blue) = 168+39+184=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 184 (72.27% from 255 or 47.06% from 391); Max value from RGB is 184 - color contains mainly: blue. Hex color #A827B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A827B8 is #57D847. Grayscale: #5D5D5D. Windows color (decimal): -5757000 or 12068776. OLE color: 12068776.

HSL color Cylindrical-coordinate representation of color #A827B8: hue angle of 293.38º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A827B8 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 39 184 -
CMYK 0.09 0.79 0 0.28
HSL 293.38º 0.65% 0.44% -
HSV(B) 293.38º 0.79% 0.72% -
XYZ 25.53 13.24 46.56 -
YUV 94.1 178.74 180.71 -
System Red Green Blue C M Y K H S L
Decimal 168 39 184 0.09 0.79 0 0.28 293.38 0.65 0.44
Hex A8 27 B8 9 4F 0 1C 125 41 2C
Octal 250 47 270 11 117 0 34 445 101 54
Binary 10101000 100111 10111000 1001 1001111 0 11100 100100101 1000001 101100

Color Harmonies of #A827B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A827B8

Black with #A827B8

Text Example


Text Example

White with #A827B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A827B8; }

 p { color: rgb(168,39,184); }

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

background-color css

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

 a { background-color: rgb(168,39,184); }

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

border-color css

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

 span { border-color: rgb(168,39,184); }

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