Html Css Color HEX #AE28BD Dark Orchid

📋 copy color: '#AE28BD'

red 174 ◦ green 40 ◦ blue 189

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

Shades of Dark Orchid #AE28BD

Tints of Dark Orchid #AE28BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.9%

R = 43.18%
G = 9.93%
B = 46.9%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AE28BD (or 0xAE28BD) is known color: Dark Orchid. HEX triplet: AE, 28 and BD. RGB value is (174,40,189). Sum of RGB (Red+Green+Blue) = 174+40+189=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE28BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE28BD is #51D742. Grayscale: #606060. Windows color (decimal): -5363523 or 12396718. OLE color: 12396718.

HSL color Cylindrical-coordinate representation of color #AE28BD: hue angle of 293.96º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE28BD is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 40 189 -
CMYK 0.08 0.79 0 0.26
HSL 293.96º 0.65% 0.45% -
HSV(B) 293.96º 0.79% 0.74% -
XYZ 27.4 14.19 49.44 -
YUV 97.05 179.89 182.88 -
System Red Green Blue C M Y K H S L
Decimal 174 40 189 0.08 0.79 0 0.26 293.96 0.65 0.45
Hex AE 28 BD 8 4F 0 1A 126 41 2D
Octal 256 50 275 10 117 0 32 446 101 55
Binary 10101110 101000 10111101 1000 1001111 0 11010 100100110 1000001 101101

Color Harmonies of #AE28BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE28BD

Black with #AE28BD

Text Example


Text Example

White with #AE28BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE28BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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