Html Css Color HEX #AE23BE Dark Orchid

📋 copy color: '#AE23BE'

red 174 ◦ green 35 ◦ blue 190

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

Shades of Dark Orchid #AE23BE

Tints of Dark Orchid #AE23BE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.77%

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

R = 43.61%
G = 8.77%
B = 47.62%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE23BE (or 0xAE23BE) is known color: Dark Orchid. HEX triplet: AE, 23 and BE. RGB value is (174,35,190). Sum of RGB (Red+Green+Blue) = 174+35+190=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE23BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE23BE is #51DC41. Grayscale: #5D5D5D. Windows color (decimal): -5364802 or 12460974. OLE color: 12460974.

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

Color convert

RGB 174 35 190 -
CMYK 0.08 0.82 0 0.25
HSL 293.81º 0.69% 0.44% -
HSV(B) 293.81º 0.82% 0.75% -
XYZ 27.35 13.92 49.96 -
YUV 94.23 182.05 184.9 -
System Red Green Blue C M Y K H S L
Decimal 174 35 190 0.08 0.82 0 0.25 293.81 0.69 0.44
Hex AE 23 BE 8 52 0 19 126 45 2C
Octal 256 43 276 10 122 0 31 446 105 54
Binary 10101110 100011 10111110 1000 1010010 0 11001 100100110 1000101 101100

Color Harmonies of #AE23BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE23BE

Black with #AE23BE

Text Example


Text Example

White with #AE23BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE23BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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