Html Css Color HEX #A827AF Dark Orchid

📋 copy color: '#A827AF'

red 168 ◦ green 39 ◦ blue 175

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

Shades of Dark Orchid #A827AF

Tints of Dark Orchid #A827AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.81%

R = 43.98%
G = 10.21%
B = 45.81%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A827AF (or 0xA827AF) is known color: Dark Orchid. HEX triplet: A8, 27 and AF. RGB value is (168,39,175). Sum of RGB (Red+Green+Blue) = 168+39+175=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #A827AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A827AF is #57D850. Grayscale: #5C5C5C. Windows color (decimal): -5757009 or 11478952. OLE color: 11478952.

HSL color Cylindrical-coordinate representation of color #A827AF: hue angle of 296.91º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A827AF is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 39 175 -
CMYK 0.04 0.78 0 0.31
HSL 296.91º 0.64% 0.42% -
HSV(B) 296.91º 0.78% 0.69% -
XYZ 24.61 12.87 41.74 -
YUV 93.08 174.24 181.44 -
System Red Green Blue C M Y K H S L
Decimal 168 39 175 0.04 0.78 0 0.31 296.91 0.64 0.42
Hex A8 27 AF 4 4E 0 1F 129 40 2A
Octal 250 47 257 4 116 0 37 451 100 52
Binary 10101000 100111 10101111 100 1001110 0 11111 100101001 1000000 101010

Color Harmonies of #A827AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A827AF

Black with #A827AF

Text Example


Text Example

White with #A827AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A827AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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