Html Css Color HEX #A827AA Dark Orchid

📋 copy color: '#A827AA'

red 168 ◦ green 39 ◦ blue 170

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

Shades of Dark Orchid #A827AA

Tints of Dark Orchid #A827AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.09%

R = 44.56%
G = 10.34%
B = 45.09%

CMYK

 C value IS 0.01

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A827AA (or 0xA827AA) is known color: Dark Orchid. HEX triplet: A8, 27 and AA. RGB value is (168,39,170). Sum of RGB (Red+Green+Blue) = 168+39+170=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #A827AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A827AA is #57D855. Grayscale: #5C5C5C. Windows color (decimal): -5757014 or 11151272. OLE color: 11151272.

HSL color Cylindrical-coordinate representation of color #A827AA: hue angle of 299.08º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A827AA is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 39 170 -
CMYK 0.01 0.77 0 0.33
HSL 299.08º 0.63% 0.41% -
HSV(B) 299.08º 0.77% 0.67% -
XYZ 24.13 12.68 39.21 -
YUV 92.51 171.74 181.85 -
System Red Green Blue C M Y K H S L
Decimal 168 39 170 0.01 0.77 0 0.33 299.08 0.63 0.41
Hex A8 27 AA 1 4D 0 21 12B 3F 29
Octal 250 47 252 1 115 0 41 453 77 51
Binary 10101000 100111 10101010 1 1001101 0 100001 100101011 111111 101001

Color Harmonies of #A827AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A827AA

Black with #A827AA

Text Example


Text Example

White with #A827AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A827AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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