Html Css Color HEX #AE28BC Dark Orchid

📋 copy color: '#AE28BC'

red 174 ◦ green 40 ◦ blue 188

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

Shades of Dark Orchid #AE28BC

Tints of Dark Orchid #AE28BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.77%

R = 43.28%
G = 9.95%
B = 46.77%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AE28BC (or 0xAE28BC) is known color: Dark Orchid. HEX triplet: AE, 28 and BC. RGB value is (174,40,188). Sum of RGB (Red+Green+Blue) = 174+40+188=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE28BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE28BC is #51D743. Grayscale: #606060. Windows color (decimal): -5363524 or 12331182. OLE color: 12331182.

HSL color Cylindrical-coordinate representation of color #AE28BC: hue angle of 294.32º 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 #AE28BC is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 40 188 -
CMYK 0.07 0.79 0 0.26
HSL 294.32º 0.65% 0.45% -
HSV(B) 294.32º 0.79% 0.74% -
XYZ 27.29 14.15 48.87 -
YUV 96.94 179.39 182.97 -
System Red Green Blue C M Y K H S L
Decimal 174 40 188 0.07 0.79 0 0.26 294.32 0.65 0.45
Hex AE 28 BC 7 4F 0 1A 126 41 2D
Octal 256 50 274 7 117 0 32 446 101 55
Binary 10101110 101000 10111100 111 1001111 0 11010 100100110 1000001 101101

Color Harmonies of #AE28BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE28BC

Black with #AE28BC

Text Example


Text Example

White with #AE28BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE28BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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