Html Css Color HEX #AF1EAE Dark Orchid

📋 copy color: '#AF1EAE'

red 175 ◦ green 30 ◦ blue 174

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

Shades of Dark Orchid #AF1EAE

Tints of Dark Orchid #AF1EAE

RGB

 RED value IS 175 (68.75% from 255) = 46.17%

 GREEN value IS 30 (12.11% from 255) = 7.92%

 BLUE value IS 174 (68.36% from 255) = 45.91%

R = 46.17%
G = 7.92%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF1EAE (or 0xAF1EAE) is known color: Dark Orchid. HEX triplet: AF, 1E and AE. RGB value is (175,30,174). Sum of RGB (Red+Green+Blue) = 175+30+174=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1EAE is #50E151. Grayscale: #595959. Windows color (decimal): -5300562 or 11411119. OLE color: 11411119.

HSL color Cylindrical-coordinate representation of color #AF1EAE: hue angle of 300.41º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1EAE is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 30 174 -
CMYK 0 0.83 0.01 0.31
HSL 300.41º 0.71% 0.4% -
HSV(B) 300.41º 0.83% 0.69% -
XYZ 25.78 13.1 41.21 -
YUV 89.77 175.54 188.79 -
System Red Green Blue C M Y K H S L
Decimal 175 30 174 0 0.83 0.01 0.31 300.41 0.71 0.4
Hex AF 1E AE 0 53 1 1F 12C 47 28
Octal 257 36 256 0 123 1 37 454 107 50
Binary 10101111 11110 10101110 0 1010011 1 11111 100101100 1000111 101000

Color Harmonies of #AF1EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1EAE

Black with #AF1EAE

Text Example


Text Example

White with #AF1EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1EAE; }

 p { color: rgb(175,30,174); }

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

background-color css

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

 a { background-color: rgb(175,30,174); }

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

border-color css

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

 span { border-color: rgb(175,30,174); }

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