Html Css Color HEX #AF4AF7 Medium Orchid

📋 copy color: '#AF4AF7'

red 175 ◦ green 74 ◦ blue 247

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

Shades of Medium Orchid #AF4AF7

Tints of Medium Orchid #AF4AF7

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.92%

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

R = 35.28%
G = 14.92%
B = 49.8%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF4AF7 (or 0xAF4AF7) is known color: Medium Orchid. HEX triplet: AF, 4A and F7. RGB value is (175,74,247). Sum of RGB (Red+Green+Blue) = 175+74+247=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 247 (96.88% from 255 or 49.80% from 496); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF4AF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4AF7 is #50B508. Grayscale: #7B7B7B. Windows color (decimal): -5289225 or 16206511. OLE color: 16206511.

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

Color convert

RGB 175 74 247 -
CMYK 0.29 0.70 0 0.03
HSL 275.03º 0.92% 0.63% -
HSV(B) 275.03º 0.7% 0.97% -
XYZ 36.92 20.73 90.05 -
YUV 123.92 197.46 164.43 -
System Red Green Blue C M Y K H S L
Decimal 175 74 247 0.29 0.70 0 0.03 275.03 0.92 0.63
Hex AF 4A F7 1D 46 0 3 113 5C 3F
Octal 257 112 367 35 106 0 3 423 134 77
Binary 10101111 1001010 11110111 11101 1000110 0 11 100010011 1011100 111111

Color Harmonies of #AF4AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4AF7

Black with #AF4AF7

Text Example


Text Example

White with #AF4AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4AF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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