Html Css Color HEX #AE23CB Dark Orchid

📋 copy color: '#AE23CB'

red 174 ◦ green 35 ◦ blue 203

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

Shades of Dark Orchid #AE23CB

Tints of Dark Orchid #AE23CB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.5%

 BLUE value IS 203 (79.69% from 255) = 49.27%

R = 42.23%
G = 8.5%
B = 49.27%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE23CB (or 0xAE23CB) is known color: Dark Orchid. HEX triplet: AE, 23 and CB. RGB value is (174,35,203). Sum of RGB (Red+Green+Blue) = 174+35+203=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE23CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE23CB is #51DC34. Grayscale: #5F5F5F. Windows color (decimal): -5364789 or 13312942. OLE color: 13312942.

HSL color Cylindrical-coordinate representation of color #AE23CB: hue angle of 289.64º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE23CB is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 35 203 -
CMYK 0.14 0.83 0 0.20
HSL 289.64º 0.71% 0.47% -
HSV(B) 289.64º 0.83% 0.8% -
XYZ 28.84 14.51 57.78 -
YUV 95.71 188.55 183.84 -
System Red Green Blue C M Y K H S L
Decimal 174 35 203 0.14 0.83 0 0.20 289.64 0.71 0.47
Hex AE 23 CB E 53 0 14 122 47 2F
Octal 256 43 313 16 123 0 24 442 107 57
Binary 10101110 100011 11001011 1110 1010011 0 10100 100100010 1000111 101111

Color Harmonies of #AE23CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE23CB

Black with #AE23CB

Text Example


Text Example

White with #AE23CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE23CB; }

 p { color: rgb(174,35,203); }

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

background-color css

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

 a { background-color: rgb(174,35,203); }

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

border-color css

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

 span { border-color: rgb(174,35,203); }

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