Html Css Color HEX #AE34E6 Dark Orchid

📋 copy color: '#AE34E6'

red 174 ◦ green 52 ◦ blue 230

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

Shades of Dark Orchid #AE34E6

Tints of Dark Orchid #AE34E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 50.44%

R = 38.16%
G = 11.4%
B = 50.44%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AE34E6 (or 0xAE34E6) is known color: Dark Orchid. HEX triplet: AE, 34 and E6. RGB value is (174,52,230). Sum of RGB (Red+Green+Blue) = 174+52+230=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 230 (90.23% from 255 or 50.44% from 456); Max value from RGB is 230 - color contains mainly: blue. Hex color #AE34E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE34E6 is #51CB19. Grayscale: #6C6C6C. Windows color (decimal): -5360410 or 15086766. OLE color: 15086766.

HSL color Cylindrical-coordinate representation of color #AE34E6: hue angle of 281.12º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE34E6 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 52 230 -
CMYK 0.24 0.77 0 0.10
HSL 281.12º 0.78% 0.55% -
HSV(B) 281.12º 0.77% 0.9% -
XYZ 32.97 17.17 76.44 -
YUV 108.77 196.42 174.53 -
System Red Green Blue C M Y K H S L
Decimal 174 52 230 0.24 0.77 0 0.10 281.12 0.78 0.55
Hex AE 34 E6 18 4D 0 A 119 4E 37
Octal 256 64 346 30 115 0 12 431 116 67
Binary 10101110 110100 11100110 11000 1001101 0 1010 100011001 1001110 110111

Color Harmonies of #AE34E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE34E6

Black with #AE34E6

Text Example


Text Example

White with #AE34E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE34E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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