Html Css Color HEX #AE30C9 Dark Orchid

📋 copy color: '#AE30C9'

red 174 ◦ green 48 ◦ blue 201

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

Shades of Dark Orchid #AE30C9

Tints of Dark Orchid #AE30C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.52%

R = 41.13%
G = 11.35%
B = 47.52%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AE30C9 (or 0xAE30C9) is known color: Dark Orchid. HEX triplet: AE, 30 and C9. RGB value is (174,48,201). Sum of RGB (Red+Green+Blue) = 174+48+201=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #AE30C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE30C9 is #51CF36. Grayscale: #666666. Windows color (decimal): -5361463 or 13185198. OLE color: 13185198.

HSL color Cylindrical-coordinate representation of color #AE30C9: hue angle of 289.41º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE30C9 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 48 201 -
CMYK 0.13 0.76 0 0.21
HSL 289.41º 0.61% 0.49% -
HSV(B) 289.41º 0.76% 0.79% -
XYZ 29.06 15.33 56.69 -
YUV 103.12 183.24 178.56 -
System Red Green Blue C M Y K H S L
Decimal 174 48 201 0.13 0.76 0 0.21 289.41 0.61 0.49
Hex AE 30 C9 D 4C 0 15 121 3D 31
Octal 256 60 311 15 114 0 25 441 75 61
Binary 10101110 110000 11001001 1101 1001100 0 10101 100100001 111101 110001

Color Harmonies of #AE30C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE30C9

Black with #AE30C9

Text Example


Text Example

White with #AE30C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE30C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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