Html Css Color HEX #AF45E1 Medium Orchid

📋 copy color: '#AF45E1'

red 175 ◦ green 69 ◦ blue 225

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

Shades of Medium Orchid #AF45E1

Tints of Medium Orchid #AF45E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.97%

R = 37.31%
G = 14.71%
B = 47.97%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF45E1 (or 0xAF45E1) is known color: Medium Orchid. HEX triplet: AF, 45 and E1. RGB value is (175,69,225). Sum of RGB (Red+Green+Blue) = 175+69+225=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 69 (27.34% from 255 or 14.71% from 469); Blue value is 225 (88.28% from 255 or 47.97% from 469); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF45E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF45E1 is #50BA1E. Grayscale: #757575. Windows color (decimal): -5290527 or 14763439. OLE color: 14763439.

HSL color Cylindrical-coordinate representation of color #AF45E1: hue angle of 280.77º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF45E1 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 69 225 -
CMYK 0.22 0.69 0 0.12
HSL 280.77º 0.72% 0.58% -
HSV(B) 280.77º 0.69% 0.88% -
XYZ 33.4 18.81 73.1 -
YUV 118.48 188.12 168.32 -
System Red Green Blue C M Y K H S L
Decimal 175 69 225 0.22 0.69 0 0.12 280.77 0.72 0.58
Hex AF 45 E1 16 45 0 C 119 48 3A
Octal 257 105 341 26 105 0 14 431 110 72
Binary 10101111 1000101 11100001 10110 1000101 0 1100 100011001 1001000 111010

Color Harmonies of #AF45E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF45E1

Black with #AF45E1

Text Example


Text Example

White with #AF45E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF45E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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