Html Css Color HEX #AF45EF Medium Orchid

📋 copy color: '#AF45EF'

red 175 ◦ green 69 ◦ blue 239

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

Shades of Medium Orchid #AF45EF

Tints of Medium Orchid #AF45EF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.29%

 BLUE value IS 239 (93.75% from 255) = 49.48%

R = 36.23%
G = 14.29%
B = 49.48%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF45EF (or 0xAF45EF) is known color: Medium Orchid. HEX triplet: AF, 45 and EF. RGB value is (175,69,239). Sum of RGB (Red+Green+Blue) = 175+69+239=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF45EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF45EF is #50BA10. Grayscale: #777777. Windows color (decimal): -5290513 or 15680943. OLE color: 15680943.

HSL color Cylindrical-coordinate representation of color #AF45EF: hue angle of 277.41º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF45EF is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 69 239 -
CMYK 0.27 0.71 0 0.06
HSL 277.41º 0.84% 0.6% -
HSV(B) 277.41º 0.71% 0.94% -
XYZ 35.39 19.6 83.58 -
YUV 120.07 195.12 167.18 -
System Red Green Blue C M Y K H S L
Decimal 175 69 239 0.27 0.71 0 0.06 277.41 0.84 0.6
Hex AF 45 EF 1B 47 0 6 115 54 3C
Octal 257 105 357 33 107 0 6 425 124 74
Binary 10101111 1000101 11101111 11011 1000111 0 110 100010101 1010100 111100

Color Harmonies of #AF45EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF45EF

Black with #AF45EF

Text Example


Text Example

White with #AF45EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF45EF; }

 p { color: rgb(175,69,239); }

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

background-color css

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

 a { background-color: rgb(175,69,239); }

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

border-color css

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

 span { border-color: rgb(175,69,239); }

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