Html Css Color HEX #AF55EE Medium Orchid

📋 copy color: '#AF55EE'

red 175 ◦ green 85 ◦ blue 238

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

Shades of Medium Orchid #AF55EE

Tints of Medium Orchid #AF55EE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.07%

 BLUE value IS 238 (93.36% from 255) = 47.79%

R = 35.14%
G = 17.07%
B = 47.79%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF55EE (or 0xAF55EE) is known color: Medium Orchid. HEX triplet: AF, 55 and EE. RGB value is (175,85,238). Sum of RGB (Red+Green+Blue) = 175+85+238=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF55EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF55EE is #50AA11. Grayscale: #808080. Windows color (decimal): -5286418 or 15619503. OLE color: 15619503.

HSL color Cylindrical-coordinate representation of color #AF55EE: hue angle of 275.29º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF55EE is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 85 238 -
CMYK 0.26 0.64 0 0.07
HSL 275.29º 0.82% 0.63% -
HSV(B) 275.29º 0.64% 0.93% -
XYZ 36.36 21.78 83.18 -
YUV 129.35 189.32 160.56 -
System Red Green Blue C M Y K H S L
Decimal 175 85 238 0.26 0.64 0 0.07 275.29 0.82 0.63
Hex AF 55 EE 1A 40 0 7 113 52 3F
Octal 257 125 356 32 100 0 7 423 122 77
Binary 10101111 1010101 11101110 11010 1000000 0 111 100010011 1010010 111111

Color Harmonies of #AF55EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF55EE

Black with #AF55EE

Text Example


Text Example

White with #AF55EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF55EE; }

 p { color: rgb(175,85,238); }

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

background-color css

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

 a { background-color: rgb(175,85,238); }

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

border-color css

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

 span { border-color: rgb(175,85,238); }

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