Html Css Color HEX #AF5AF4 Medium Orchid

📋 copy color: '#AF5AF4'

red 175 ◦ green 90 ◦ blue 244

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

Shades of Medium Orchid #AF5AF4

Tints of Medium Orchid #AF5AF4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.68%

 BLUE value IS 244 (95.7% from 255) = 47.94%

R = 34.38%
G = 17.68%
B = 47.94%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF5AF4 (or 0xAF5AF4) is known color: Medium Orchid. HEX triplet: AF, 5A and F4. RGB value is (175,90,244). Sum of RGB (Red+Green+Blue) = 175+90+244=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 244 (95.70% from 255 or 47.94% from 509); Max value from RGB is 244 - color contains mainly: blue. Hex color #AF5AF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5AF4 is #50A50B. Grayscale: #848484. Windows color (decimal): -5285132 or 16013999. OLE color: 16013999.

HSL color Cylindrical-coordinate representation of color #AF5AF4: hue angle of 273.12º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF5AF4 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 90 244 -
CMYK 0.28 0.63 0 0.04
HSL 273.12º 0.88% 0.65% -
HSV(B) 273.12º 0.63% 0.96% -
XYZ 37.66 22.96 88.03 -
YUV 132.97 190.66 157.98 -
System Red Green Blue C M Y K H S L
Decimal 175 90 244 0.28 0.63 0 0.04 273.12 0.88 0.65
Hex AF 5A F4 1C 3F 0 4 111 58 41
Octal 257 132 364 34 77 0 4 421 130 101
Binary 10101111 1011010 11110100 11100 111111 0 100 100010001 1011000 1000001

Color Harmonies of #AF5AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5AF4

Black with #AF5AF4

Text Example


Text Example

White with #AF5AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5AF4; }

 p { color: rgb(175,90,244); }

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

background-color css

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

 a { background-color: rgb(175,90,244); }

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

border-color css

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

 span { border-color: rgb(175,90,244); }

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