Html Css Color HEX #AE29CA Dark Orchid

📋 copy color: '#AE29CA'

red 174 ◦ green 41 ◦ blue 202

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

Shades of Dark Orchid #AE29CA

Tints of Dark Orchid #AE29CA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.83%

 BLUE value IS 202 (79.3% from 255) = 48.44%

R = 41.73%
G = 9.83%
B = 48.44%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AE29CA (or 0xAE29CA) is known color: Dark Orchid. HEX triplet: AE, 29 and CA. RGB value is (174,41,202). Sum of RGB (Red+Green+Blue) = 174+41+202=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE29CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE29CA is #51D635. Grayscale: #626262. Windows color (decimal): -5363254 or 13248942. OLE color: 13248942.

HSL color Cylindrical-coordinate representation of color #AE29CA: hue angle of 289.57º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE29CA is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 41 202 -
CMYK 0.14 0.80 0 0.21
HSL 289.57º 0.66% 0.48% -
HSV(B) 289.57º 0.8% 0.79% -
XYZ 28.91 14.85 57.22 -
YUV 99.12 186.06 181.41 -
System Red Green Blue C M Y K H S L
Decimal 174 41 202 0.14 0.80 0 0.21 289.57 0.66 0.48
Hex AE 29 CA E 50 0 15 122 42 30
Octal 256 51 312 16 120 0 25 442 102 60
Binary 10101110 101001 11001010 1110 1010000 0 10101 100100010 1000010 110000

Color Harmonies of #AE29CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE29CA

Black with #AE29CA

Text Example


Text Example

White with #AE29CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE29CA; }

 p { color: rgb(174,41,202); }

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

background-color css

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

 a { background-color: rgb(174,41,202); }

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

border-color css

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

 span { border-color: rgb(174,41,202); }

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