Html Css Color HEX #AE1BBA Dark Orchid

📋 copy color: '#AE1BBA'

red 174 ◦ green 27 ◦ blue 186

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

Shades of Dark Orchid #AE1BBA

Tints of Dark Orchid #AE1BBA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.98%

 BLUE value IS 186 (73.05% from 255) = 48.06%

R = 44.96%
G = 6.98%
B = 48.06%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE1BBA (or 0xAE1BBA) is known color: Dark Orchid. HEX triplet: AE, 1B and BA. RGB value is (174,27,186). Sum of RGB (Red+Green+Blue) = 174+27+186=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 27 (10.94% from 255 or 6.98% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE1BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1BBA is #51E445. Grayscale: #585858. Windows color (decimal): -5366854 or 12196782. OLE color: 12196782.

HSL color Cylindrical-coordinate representation of color #AE1BBA: hue angle of 295.47º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE1BBA is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 27 186 -
CMYK 0.06 0.85 0 0.27
HSL 295.47º 0.75% 0.42% -
HSV(B) 295.47º 0.85% 0.73% -
XYZ 26.71 13.33 47.62 -
YUV 89.08 182.7 188.57 -
System Red Green Blue C M Y K H S L
Decimal 174 27 186 0.06 0.85 0 0.27 295.47 0.75 0.42
Hex AE 1B BA 6 55 0 1B 127 4B 2A
Octal 256 33 272 6 125 0 33 447 113 52
Binary 10101110 11011 10111010 110 1010101 0 11011 100100111 1001011 101010

Color Harmonies of #AE1BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1BBA

Black with #AE1BBA

Text Example


Text Example

White with #AE1BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1BBA; }

 p { color: rgb(174,27,186); }

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

background-color css

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

 a { background-color: rgb(174,27,186); }

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

border-color css

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

 span { border-color: rgb(174,27,186); }

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