Html Css Color HEX #AF45FF Medium Orchid

📋 copy color: '#AF45FF'

red 175 ◦ green 69 ◦ blue 255

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

Shades of Medium Orchid #AF45FF

Tints of Medium Orchid #AF45FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.1%

R = 35.07%
G = 13.83%
B = 51.1%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF45FF (or 0xAF45FF) is known color: Medium Orchid. HEX triplet: AF, 45 and FF. RGB value is (175,69,255). Sum of RGB (Red+Green+Blue) = 175+69+255=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 69 (27.34% from 255 or 13.83% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF45FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF45FF is #50BA00. Grayscale: #797979. Windows color (decimal): -5290497 or 16729519. OLE color: 16729519.

HSL color Cylindrical-coordinate representation of color #AF45FF: hue angle of 274.19º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF45FF is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 69 255 -
CMYK 0.31 0.73 0 0
HSL 274.19º 1% 0.64% -
HSV(B) 274.19º 0.73% 1% -
XYZ 37.86 20.59 96.59 -
YUV 121.9 203.12 165.88 -
System Red Green Blue C M Y K H S L
Decimal 175 69 255 0.31 0.73 0 0 274.19 1 0.64
Hex AF 45 FF 1F 49 0 0 112 64 40
Octal 257 105 377 37 111 0 0 422 144 100
Binary 10101111 1000101 11111111 11111 1001001 0 0 100010010 1100100 1000000

Color Harmonies of #AF45FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF45FF

Black with #AF45FF

Text Example


Text Example

White with #AF45FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF45FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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