Html Css Color HEX #AE31C2 Dark Orchid

📋 copy color: '#AE31C2'

red 174 ◦ green 49 ◦ blue 194

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

Shades of Dark Orchid #AE31C2

Tints of Dark Orchid #AE31C2

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.75%

 BLUE value IS 194 (76.17% from 255) = 46.52%

R = 41.73%
G = 11.75%
B = 46.52%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AE31C2 (or 0xAE31C2) is known color: Dark Orchid. HEX triplet: AE, 31 and C2. RGB value is (174,49,194). Sum of RGB (Red+Green+Blue) = 174+49+194=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE31C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE31C2 is #51CE3D. Grayscale: #666666. Windows color (decimal): -5361214 or 12726702. OLE color: 12726702.

HSL color Cylindrical-coordinate representation of color #AE31C2: hue angle of 291.72º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE31C2 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 49 194 -
CMYK 0.10 0.75 0 0.24
HSL 291.72º 0.6% 0.48% -
HSV(B) 291.72º 0.75% 0.76% -
XYZ 28.29 15.09 52.46 -
YUV 102.91 179.41 178.71 -
System Red Green Blue C M Y K H S L
Decimal 174 49 194 0.10 0.75 0 0.24 291.72 0.6 0.48
Hex AE 31 C2 A 4B 0 18 124 3C 30
Octal 256 61 302 12 113 0 30 444 74 60
Binary 10101110 110001 11000010 1010 1001011 0 11000 100100100 111100 110000

Color Harmonies of #AE31C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE31C2

Black with #AE31C2

Text Example


Text Example

White with #AE31C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE31C2; }

 p { color: rgb(174,49,194); }

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

background-color css

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

 a { background-color: rgb(174,49,194); }

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

border-color css

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

 span { border-color: rgb(174,49,194); }

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