Html Css Color HEX #AF5AF3 Medium Orchid

📋 copy color: '#AF5AF3'

red 175 ◦ green 90 ◦ blue 243

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

Shades of Medium Orchid #AF5AF3

Tints of Medium Orchid #AF5AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.83%

R = 34.45%
G = 17.72%
B = 47.83%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF5AF3 (or 0xAF5AF3) is known color: Medium Orchid. HEX triplet: AF, 5A and F3. RGB value is (175,90,243). Sum of RGB (Red+Green+Blue) = 175+90+243=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF5AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5AF3 is #50A50C. Grayscale: #848484. Windows color (decimal): -5285133 or 15948463. OLE color: 15948463.

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

Color convert

RGB 175 90 243 -
CMYK 0.28 0.63 0 0.05
HSL 273.33º 0.86% 0.65% -
HSV(B) 273.33º 0.63% 0.95% -
XYZ 37.51 22.9 87.24 -
YUV 132.86 190.16 158.06 -
System Red Green Blue C M Y K H S L
Decimal 175 90 243 0.28 0.63 0 0.05 273.33 0.86 0.65
Hex AF 5A F3 1C 3F 0 5 111 56 41
Octal 257 132 363 34 77 0 5 421 126 101
Binary 10101111 1011010 11110011 11100 111111 0 101 100010001 1010110 1000001

Color Harmonies of #AF5AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5AF3

Black with #AF5AF3

Text Example


Text Example

White with #AF5AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5AF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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