Html Css Color HEX #AE28CF Dark Orchid

📋 copy color: '#AE28CF'

red 174 ◦ green 40 ◦ blue 207

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

Shades of Dark Orchid #AE28CF

Tints of Dark Orchid #AE28CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.17%

R = 41.33%
G = 9.5%
B = 49.17%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE28CF (or 0xAE28CF) is known color: Dark Orchid. HEX triplet: AE, 28 and CF. RGB value is (174,40,207). Sum of RGB (Red+Green+Blue) = 174+40+207=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 40 (16.02% from 255 or 9.50% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE28CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE28CF is #51D730. Grayscale: #626262. Windows color (decimal): -5363505 or 13576366. OLE color: 13576366.

HSL color Cylindrical-coordinate representation of color #AE28CF: hue angle of 288.14º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE28CF is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 40 207 -
CMYK 0.16 0.81 0 0.19
HSL 288.14º 0.68% 0.48% -
HSV(B) 288.14º 0.81% 0.81% -
XYZ 29.48 15.02 60.38 -
YUV 99.1 188.89 181.42 -
System Red Green Blue C M Y K H S L
Decimal 174 40 207 0.16 0.81 0 0.19 288.14 0.68 0.48
Hex AE 28 CF 10 51 0 13 120 44 30
Octal 256 50 317 20 121 0 23 440 104 60
Binary 10101110 101000 11001111 10000 1010001 0 10011 100100000 1000100 110000

Color Harmonies of #AE28CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE28CF

Black with #AE28CF

Text Example


Text Example

White with #AE28CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE28CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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