Html Css Color HEX #AE30BD Dark Orchid

📋 copy color: '#AE30BD'

red 174 ◦ green 48 ◦ blue 189

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

Shades of Dark Orchid #AE30BD

Tints of Dark Orchid #AE30BD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.68%

 BLUE value IS 189 (74.22% from 255) = 45.99%

R = 42.34%
G = 11.68%
B = 45.99%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AE30BD (or 0xAE30BD) is known color: Dark Orchid. HEX triplet: AE, 30 and BD. RGB value is (174,48,189). Sum of RGB (Red+Green+Blue) = 174+48+189=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE30BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE30BD is #51CF42. Grayscale: #656565. Windows color (decimal): -5361475 or 12398766. OLE color: 12398766.

HSL color Cylindrical-coordinate representation of color #AE30BD: hue angle of 293.62º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE30BD is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 48 189 -
CMYK 0.08 0.75 0 0.26
HSL 293.62º 0.59% 0.46% -
HSV(B) 293.62º 0.75% 0.74% -
XYZ 27.7 14.79 49.54 -
YUV 101.75 177.24 179.54 -
System Red Green Blue C M Y K H S L
Decimal 174 48 189 0.08 0.75 0 0.26 293.62 0.59 0.46
Hex AE 30 BD 8 4B 0 1A 126 3B 2E
Octal 256 60 275 10 113 0 32 446 73 56
Binary 10101110 110000 10111101 1000 1001011 0 11010 100100110 111011 101110

Color Harmonies of #AE30BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE30BD

Black with #AE30BD

Text Example


Text Example

White with #AE30BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE30BD; }

 p { color: rgb(174,48,189); }

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

background-color css

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

 a { background-color: rgb(174,48,189); }

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

border-color css

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

 span { border-color: rgb(174,48,189); }

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