Html Css Color HEX #AE2BBA Dark Orchid

📋 copy color: '#AE2BBA'

red 174 ◦ green 43 ◦ blue 186

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

Shades of Dark Orchid #AE2BBA

Tints of Dark Orchid #AE2BBA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.67%

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

R = 43.18%
G = 10.67%
B = 46.15%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE2BBA (or 0xAE2BBA) is known color: Dark Orchid. HEX triplet: AE, 2B and BA. RGB value is (174,43,186). Sum of RGB (Red+Green+Blue) = 174+43+186=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 43 (17.19% from 255 or 10.67% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE2BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2BBA is #51D445. Grayscale: #626262. Windows color (decimal): -5362758 or 12200878. OLE color: 12200878.

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

Color convert

RGB 174 43 186 -
CMYK 0.06 0.77 0 0.27
HSL 294.97º 0.62% 0.45% -
HSV(B) 294.97º 0.77% 0.73% -
XYZ 27.18 14.27 47.78 -
YUV 98.47 177.4 181.87 -
System Red Green Blue C M Y K H S L
Decimal 174 43 186 0.06 0.77 0 0.27 294.97 0.62 0.45
Hex AE 2B BA 6 4D 0 1B 127 3E 2D
Octal 256 53 272 6 115 0 33 447 76 55
Binary 10101110 101011 10111010 110 1001101 0 11011 100100111 111110 101101

Color Harmonies of #AE2BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2BBA

Black with #AE2BBA

Text Example


Text Example

White with #AE2BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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