Html Css Color HEX #AE1FAA Dark Orchid

📋 copy color: '#AE1FAA'

red 174 ◦ green 31 ◦ blue 170

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

Shades of Dark Orchid #AE1FAA

Tints of Dark Orchid #AE1FAA

RGB

 RED value IS 174 (68.36% from 255) = 46.4%

 GREEN value IS 31 (12.5% from 255) = 8.27%

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

R = 46.4%
G = 8.27%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE1FAA (or 0xAE1FAA) is known color: Dark Orchid. HEX triplet: AE, 1F and AA. RGB value is (174,31,170). Sum of RGB (Red+Green+Blue) = 174+31+170=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1FAA is #51E055. Grayscale: #595959. Windows color (decimal): -5365846 or 11149230. OLE color: 11149230.

HSL color Cylindrical-coordinate representation of color #AE1FAA: hue angle of 301.68º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE1FAA is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 31 170 -
CMYK 0 0.82 0.02 0.32
HSL 301.68º 0.7% 0.4% -
HSV(B) 301.68º 0.82% 0.68% -
XYZ 25.2 12.88 39.19 -
YUV 89.6 173.38 188.2 -
System Red Green Blue C M Y K H S L
Decimal 174 31 170 0 0.82 0.02 0.32 301.68 0.7 0.4
Hex AE 1F AA 0 52 2 20 12E 46 28
Octal 256 37 252 0 122 2 40 456 106 50
Binary 10101110 11111 10101010 0 1010010 10 100000 100101110 1000110 101000

Color Harmonies of #AE1FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1FAA

Black with #AE1FAA

Text Example


Text Example

White with #AE1FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1FAA; }

 p { color: rgb(174,31,170); }

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

background-color css

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

 a { background-color: rgb(174,31,170); }

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

border-color css

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

 span { border-color: rgb(174,31,170); }

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