Html Css Color HEX #AE30CA Dark Orchid

📋 copy color: '#AE30CA'

red 174 ◦ green 48 ◦ blue 202

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

Shades of Dark Orchid #AE30CA

Tints of Dark Orchid #AE30CA

RGB

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

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

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

R = 41.04%
G = 11.32%
B = 47.64%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AE30CA (or 0xAE30CA) is known color: Dark Orchid. HEX triplet: AE, 30 and CA. RGB value is (174,48,202). Sum of RGB (Red+Green+Blue) = 174+48+202=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE30CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE30CA is #51CF35. Grayscale: #666666. Windows color (decimal): -5361462 or 13250734. OLE color: 13250734.

HSL color Cylindrical-coordinate representation of color #AE30CA: hue angle of 289.09º degrees, saturation: 0.62, 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 #AE30CA is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 48 202 -
CMYK 0.14 0.76 0 0.21
HSL 289.09º 0.62% 0.49% -
HSV(B) 289.09º 0.76% 0.79% -
XYZ 29.17 15.38 57.31 -
YUV 103.23 183.74 178.48 -
System Red Green Blue C M Y K H S L
Decimal 174 48 202 0.14 0.76 0 0.21 289.09 0.62 0.49
Hex AE 30 CA E 4C 0 15 121 3E 31
Octal 256 60 312 16 114 0 25 441 76 61
Binary 10101110 110000 11001010 1110 1001100 0 10101 100100001 111110 110001

Color Harmonies of #AE30CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE30CA

Black with #AE30CA

Text Example


Text Example

White with #AE30CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE30CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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