Html Css Color HEX #AE20B2 Dark Orchid

📋 copy color: '#AE20B2'

red 174 ◦ green 32 ◦ blue 178

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

Shades of Dark Orchid #AE20B2

Tints of Dark Orchid #AE20B2

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.33%

 BLUE value IS 178 (69.92% from 255) = 46.35%

R = 45.31%
G = 8.33%
B = 46.35%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AE20B2 (or 0xAE20B2) is known color: Dark Orchid. HEX triplet: AE, 20 and B2. RGB value is (174,32,178). Sum of RGB (Red+Green+Blue) = 174+32+178=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 178 (69.92% from 255 or 46.35% from 384); Max value from RGB is 178 - color contains mainly: blue. Hex color #AE20B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE20B2 is #51DF4D. Grayscale: #5A5A5A. Windows color (decimal): -5365582 or 11673774. OLE color: 11673774.

HSL color Cylindrical-coordinate representation of color #AE20B2: hue angle of 298.36º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE20B2 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 174 32 178 -
CMYK 0.02 0.82 0 0.30
HSL 298.36º 0.7% 0.41% -
HSV(B) 298.36º 0.82% 0.7% -
XYZ 26.01 13.25 43.31 -
YUV 91.1 177.04 187.13 -
System Red Green Blue C M Y K H S L
Decimal 174 32 178 0.02 0.82 0 0.30 298.36 0.7 0.41
Hex AE 20 B2 2 52 0 1E 12A 46 29
Octal 256 40 262 2 122 0 36 452 106 51
Binary 10101110 100000 10110010 10 1010010 0 11110 100101010 1000110 101001

Color Harmonies of #AE20B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE20B2

Black with #AE20B2

Text Example


Text Example

White with #AE20B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE20B2; }

 p { color: rgb(174,32,178); }

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

background-color css

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

 a { background-color: rgb(174,32,178); }

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

border-color css

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

 span { border-color: rgb(174,32,178); }

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