Html Css Color HEX #A827AB Dark Orchid

📋 copy color: '#A827AB'

red 168 ◦ green 39 ◦ blue 171

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

Shades of Dark Orchid #A827AB

Tints of Dark Orchid #A827AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.24%

R = 44.44%
G = 10.32%
B = 45.24%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A827AB (or 0xA827AB) is known color: Dark Orchid. HEX triplet: A8, 27 and AB. RGB value is (168,39,171). Sum of RGB (Red+Green+Blue) = 168+39+171=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #A827AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A827AB is #57D854. Grayscale: #5C5C5C. Windows color (decimal): -5757013 or 11216808. OLE color: 11216808.

HSL color Cylindrical-coordinate representation of color #A827AB: hue angle of 298.64º 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 #A827AB is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 39 171 -
CMYK 0.02 0.77 0 0.33
HSL 298.64º 0.63% 0.41% -
HSV(B) 298.64º 0.77% 0.67% -
XYZ 24.22 12.72 39.71 -
YUV 92.62 172.24 181.77 -
System Red Green Blue C M Y K H S L
Decimal 168 39 171 0.02 0.77 0 0.33 298.64 0.63 0.41
Hex A8 27 AB 2 4D 0 21 12B 3F 29
Octal 250 47 253 2 115 0 41 453 77 51
Binary 10101000 100111 10101011 10 1001101 0 100001 100101011 111111 101001

Color Harmonies of #A827AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A827AB

Black with #A827AB

Text Example


Text Example

White with #A827AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A827AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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