Html Css Color HEX #AF43F7 Medium Orchid

📋 copy color: '#AF43F7'

red 175 ◦ green 67 ◦ blue 247

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

Shades of Medium Orchid #AF43F7

Tints of Medium Orchid #AF43F7

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.7%

 BLUE value IS 247 (96.88% from 255) = 50.51%

R = 35.79%
G = 13.7%
B = 50.51%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF43F7 (or 0xAF43F7) is known color: Medium Orchid. HEX triplet: AF, 43 and F7. RGB value is (175,67,247). Sum of RGB (Red+Green+Blue) = 175+67+247=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 67 (26.56% from 255 or 13.70% from 489); Blue value is 247 (96.88% from 255 or 50.51% from 489); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF43F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF43F7 is #50BC08. Grayscale: #777777. Windows color (decimal): -5291017 or 16204719. OLE color: 16204719.

HSL color Cylindrical-coordinate representation of color #AF43F7: hue angle of 276º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF43F7 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 67 247 -
CMYK 0.29 0.73 0 0.03
HSL 276º 0.92% 0.62% -
HSV(B) 276º 0.73% 0.97% -
XYZ 36.47 19.84 89.9 -
YUV 119.81 199.78 167.36 -
System Red Green Blue C M Y K H S L
Decimal 175 67 247 0.29 0.73 0 0.03 276 0.92 0.62
Hex AF 43 F7 1D 49 0 3 114 5C 3E
Octal 257 103 367 35 111 0 3 424 134 76
Binary 10101111 1000011 11110111 11101 1001001 0 11 100010100 1011100 111110

Color Harmonies of #AF43F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF43F7

Black with #AF43F7

Text Example


Text Example

White with #AF43F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF43F7; }

 p { color: rgb(175,67,247); }

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

background-color css

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

 a { background-color: rgb(175,67,247); }

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

border-color css

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

 span { border-color: rgb(175,67,247); }

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