Html Css Color HEX #AF4AFC Medium Orchid

📋 copy color: '#AF4AFC'

red 175 ◦ green 74 ◦ blue 252

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

Shades of Medium Orchid #AF4AFC

Tints of Medium Orchid #AF4AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.3%

R = 34.93%
G = 14.77%
B = 50.3%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF4AFC (or 0xAF4AFC) is known color: Medium Orchid. HEX triplet: AF, 4A and FC. RGB value is (175,74,252). Sum of RGB (Red+Green+Blue) = 175+74+252=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 74 (29.30% from 255 or 14.77% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF4AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4AFC is #50B503. Grayscale: #7B7B7B. Windows color (decimal): -5289220 or 16534191. OLE color: 16534191.

HSL color Cylindrical-coordinate representation of color #AF4AFC: hue angle of 274.04º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF4AFC is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 74 252 -
CMYK 0.31 0.71 0 0.01
HSL 274.05º 0.97% 0.64% -
HSV(B) 274.05º 0.71% 0.99% -
XYZ 37.7 21.04 94.17 -
YUV 124.49 199.96 164.03 -
System Red Green Blue C M Y K H S L
Decimal 175 74 252 0.31 0.71 0 0.01 274.05 0.97 0.64
Hex AF 4A FC 1F 47 0 1 112 61 40
Octal 257 112 374 37 107 0 1 422 141 100
Binary 10101111 1001010 11111100 11111 1000111 0 1 100010010 1100001 1000000

Color Harmonies of #AF4AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4AFC

Black with #AF4AFC

Text Example


Text Example

White with #AF4AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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