Html Css Color HEX #AF4AFF Medium Orchid

📋 copy color: '#AF4AFF'

red 175 ◦ green 74 ◦ blue 255

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

Shades of Medium Orchid #AF4AFF

Tints of Medium Orchid #AF4AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.6%

R = 34.72%
G = 14.68%
B = 50.6%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF4AFF (or 0xAF4AFF) is known color: Medium Orchid. HEX triplet: AF, 4A and FF. RGB value is (175,74,255). Sum of RGB (Red+Green+Blue) = 175+74+255=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 74 (29.30% from 255 or 14.68% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF4AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4AFF is #50B500. Grayscale: #7C7C7C. Windows color (decimal): -5289217 or 16730799. OLE color: 16730799.

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

Color convert

RGB 175 74 255 -
CMYK 0.31 0.71 0 0
HSL 273.48º 1% 0.65% -
HSV(B) 273.48º 0.71% 1% -
XYZ 38.18 21.23 96.69 -
YUV 124.83 201.46 163.78 -
System Red Green Blue C M Y K H S L
Decimal 175 74 255 0.31 0.71 0 0 273.48 1 0.65
Hex AF 4A FF 1F 47 0 0 111 64 41
Octal 257 112 377 37 107 0 0 421 144 101
Binary 10101111 1001010 11111111 11111 1000111 0 0 100010001 1100100 1000001

Color Harmonies of #AF4AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4AFF

Black with #AF4AFF

Text Example


Text Example

White with #AF4AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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