Html Css Color HEX #AE2BBB Dark Orchid

📋 copy color: '#AE2BBB'

red 174 ◦ green 43 ◦ blue 187

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

Shades of Dark Orchid #AE2BBB

Tints of Dark Orchid #AE2BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.29%

R = 43.07%
G = 10.64%
B = 46.29%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE2BBB (or 0xAE2BBB) is known color: Dark Orchid. HEX triplet: AE, 2B and BB. RGB value is (174,43,187). Sum of RGB (Red+Green+Blue) = 174+43+187=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE2BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2BBB is #51D444. Grayscale: #626262. Windows color (decimal): -5362757 or 12266414. OLE color: 12266414.

HSL color Cylindrical-coordinate representation of color #AE2BBB: hue angle of 294.58º degrees, saturation: 0.63, 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 #AE2BBB is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 43 187 -
CMYK 0.07 0.77 0 0.27
HSL 294.58º 0.63% 0.45% -
HSV(B) 294.58º 0.77% 0.73% -
XYZ 27.29 14.31 48.34 -
YUV 98.59 177.9 181.79 -
System Red Green Blue C M Y K H S L
Decimal 174 43 187 0.07 0.77 0 0.27 294.58 0.63 0.45
Hex AE 2B BB 7 4D 0 1B 127 3F 2D
Octal 256 53 273 7 115 0 33 447 77 55
Binary 10101110 101011 10111011 111 1001101 0 11011 100100111 111111 101101

Color Harmonies of #AE2BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2BBB

Black with #AE2BBB

Text Example


Text Example

White with #AE2BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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