Html Css Color HEX #AF45FA Medium Orchid

📋 copy color: '#AF45FA'

red 175 ◦ green 69 ◦ blue 250

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

Shades of Medium Orchid #AF45FA

Tints of Medium Orchid #AF45FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.61%

R = 35.43%
G = 13.97%
B = 50.61%

CMYK

 C value IS 0.3

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF45FA (or 0xAF45FA) is known color: Medium Orchid. HEX triplet: AF, 45 and FA. RGB value is (175,69,250). Sum of RGB (Red+Green+Blue) = 175+69+250=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 69 (27.34% from 255 or 13.97% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF45FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF45FA is #50BA05. Grayscale: #787878. Windows color (decimal): -5290502 or 16401839. OLE color: 16401839.

HSL color Cylindrical-coordinate representation of color #AF45FA: hue angle of 275.14º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF45FA is Cyan = 0.3, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 69 250 -
CMYK 0.3 0.72 0 0.02
HSL 275.14º 0.95% 0.63% -
HSV(B) 275.14º 0.72% 0.98% -
XYZ 37.06 20.27 92.4 -
YUV 121.33 200.62 166.28 -
System Red Green Blue C M Y K H S L
Decimal 175 69 250 0.3 0.72 0 0.02 275.14 0.95 0.63
Hex AF 45 FA 1E 48 0 2 113 5F 3F
Octal 257 105 372 36 110 0 2 423 137 77
Binary 10101111 1000101 11111010 11110 1001000 0 10 100010011 1011111 111111

Color Harmonies of #AF45FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF45FA

Black with #AF45FA

Text Example


Text Example

White with #AF45FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF45FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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