Html Css Color HEX #AE2BBE Dark Orchid

📋 copy color: '#AE2BBE'

red 174 ◦ green 43 ◦ blue 190

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

Shades of Dark Orchid #AE2BBE

Tints of Dark Orchid #AE2BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.68%

R = 42.75%
G = 10.57%
B = 46.68%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE2BBE (or 0xAE2BBE) is known color: Dark Orchid. HEX triplet: AE, 2B and BE. RGB value is (174,43,190). Sum of RGB (Red+Green+Blue) = 174+43+190=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE2BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2BBE is #51D441. Grayscale: #626262. Windows color (decimal): -5362754 or 12463022. OLE color: 12463022.

HSL color Cylindrical-coordinate representation of color #AE2BBE: hue angle of 293.47º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE2BBE is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 43 190 -
CMYK 0.08 0.77 0 0.25
HSL 293.47º 0.63% 0.46% -
HSV(B) 293.47º 0.77% 0.75% -
XYZ 27.61 14.44 50.05 -
YUV 98.93 179.4 181.55 -
System Red Green Blue C M Y K H S L
Decimal 174 43 190 0.08 0.77 0 0.25 293.47 0.63 0.46
Hex AE 2B BE 8 4D 0 19 125 3F 2E
Octal 256 53 276 10 115 0 31 445 77 56
Binary 10101110 101011 10111110 1000 1001101 0 11001 100100101 111111 101110

Color Harmonies of #AE2BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2BBE

Black with #AE2BBE

Text Example


Text Example

White with #AE2BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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