Html Css Color HEX #AE2BCB Dark Orchid

📋 copy color: '#AE2BCB'

red 174 ◦ green 43 ◦ blue 203

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

Shades of Dark Orchid #AE2BCB

Tints of Dark Orchid #AE2BCB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.24%

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

R = 41.43%
G = 10.24%
B = 48.33%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE2BCB (or 0xAE2BCB) is known color: Dark Orchid. HEX triplet: AE, 2B and CB. RGB value is (174,43,203). Sum of RGB (Red+Green+Blue) = 174+43+203=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 43 (17.19% from 255 or 10.24% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE2BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2BCB is #51D434. Grayscale: #636363. Windows color (decimal): -5362741 or 13314990. OLE color: 13314990.

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

Color convert

RGB 174 43 203 -
CMYK 0.14 0.79 0 0.20
HSL 289.13º 0.65% 0.48% -
HSV(B) 289.13º 0.79% 0.8% -
XYZ 29.1 15.04 57.87 -
YUV 100.41 185.9 180.49 -
System Red Green Blue C M Y K H S L
Decimal 174 43 203 0.14 0.79 0 0.20 289.13 0.65 0.48
Hex AE 2B CB E 4F 0 14 121 41 30
Octal 256 53 313 16 117 0 24 441 101 60
Binary 10101110 101011 11001011 1110 1001111 0 10100 100100001 1000001 110000

Color Harmonies of #AE2BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2BCB

Black with #AE2BCB

Text Example


Text Example

White with #AE2BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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