Html Css Color HEX #AE34BA Dark Orchid

📋 copy color: '#AE34BA'

red 174 ◦ green 52 ◦ blue 186

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

Shades of Dark Orchid #AE34BA

Tints of Dark Orchid #AE34BA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.62%

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

R = 42.23%
G = 12.62%
B = 45.15%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE34BA (or 0xAE34BA) is known color: Dark Orchid. HEX triplet: AE, 34 and BA. RGB value is (174,52,186). Sum of RGB (Red+Green+Blue) = 174+52+186=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE34BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE34BA is #51CB45. Grayscale: #676767. Windows color (decimal): -5360454 or 12203182. OLE color: 12203182.

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

Color convert

RGB 174 52 186 -
CMYK 0.06 0.72 0 0.27
HSL 294.63º 0.56% 0.47% -
HSV(B) 294.63º 0.72% 0.73% -
XYZ 27.55 15 47.9 -
YUV 103.75 174.42 178.1 -
System Red Green Blue C M Y K H S L
Decimal 174 52 186 0.06 0.72 0 0.27 294.63 0.56 0.47
Hex AE 34 BA 6 48 0 1B 127 38 2F
Octal 256 64 272 6 110 0 33 447 70 57
Binary 10101110 110100 10111010 110 1001000 0 11011 100100111 111000 101111

Color Harmonies of #AE34BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE34BA

Black with #AE34BA

Text Example


Text Example

White with #AE34BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE34BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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