Html Css Color HEX #AE3ACB Dark Orchid

📋 copy color: '#AE3ACB'

red 174 ◦ green 58 ◦ blue 203

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

Shades of Dark Orchid #AE3ACB

Tints of Dark Orchid #AE3ACB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.33%

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

R = 40%
G = 13.33%
B = 46.67%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE3ACB (or 0xAE3ACB) is known color: Dark Orchid. HEX triplet: AE, 3A and CB. RGB value is (174,58,203). Sum of RGB (Red+Green+Blue) = 174+58+203=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 58 (23.05% from 255 or 13.33% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE3ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3ACB is #51C534. Grayscale: #6C6C6C. Windows color (decimal): -5358901 or 13318830. OLE color: 13318830.

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

Color convert

RGB 174 58 203 -
CMYK 0.14 0.71 0 0.20
HSL 288º 0.58% 0.51% -
HSV(B) 288º 0.71% 0.8% -
XYZ 29.75 16.34 58.09 -
YUV 109.21 180.93 174.21 -
System Red Green Blue C M Y K H S L
Decimal 174 58 203 0.14 0.71 0 0.20 288 0.58 0.51
Hex AE 3A CB E 47 0 14 120 3A 33
Octal 256 72 313 16 107 0 24 440 72 63
Binary 10101110 111010 11001011 1110 1000111 0 10100 100100000 111010 110011

Color Harmonies of #AE3ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3ACB

Black with #AE3ACB

Text Example


Text Example

White with #AE3ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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