Html Css Color HEX #AE28BA Dark Orchid

📋 copy color: '#AE28BA'

red 174 ◦ green 40 ◦ blue 186

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

Shades of Dark Orchid #AE28BA

Tints of Dark Orchid #AE28BA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10%

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

R = 43.5%
G = 10%
B = 46.5%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE28BA (or 0xAE28BA) is known color: Dark Orchid. HEX triplet: AE, 28 and BA. RGB value is (174,40,186). Sum of RGB (Red+Green+Blue) = 174+40+186=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE28BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE28BA is #51D745. Grayscale: #606060. Windows color (decimal): -5363526 or 12200110. OLE color: 12200110.

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

Color convert

RGB 174 40 186 -
CMYK 0.06 0.78 0 0.27
HSL 295.07º 0.65% 0.44% -
HSV(B) 295.07º 0.78% 0.73% -
XYZ 27.08 14.06 47.74 -
YUV 96.71 178.39 183.13 -
System Red Green Blue C M Y K H S L
Decimal 174 40 186 0.06 0.78 0 0.27 295.07 0.65 0.44
Hex AE 28 BA 6 4E 0 1B 127 41 2C
Octal 256 50 272 6 116 0 33 447 101 54
Binary 10101110 101000 10111010 110 1001110 0 11011 100100111 1000001 101100

Color Harmonies of #AE28BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE28BA

Black with #AE28BA

Text Example


Text Example

White with #AE28BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE28BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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