Html Css Color HEX #AF4BFF Medium Orchid

📋 copy color: '#AF4BFF'

red 175 ◦ green 75 ◦ blue 255

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

Shades of Medium Orchid #AF4BFF

Tints of Medium Orchid #AF4BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.85%

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

R = 34.65%
G = 14.85%
B = 50.5%

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

#AF4BFF (or 0xAF4BFF) is known color: Medium Orchid. HEX triplet: AF, 4B and FF. RGB value is (175,75,255). Sum of RGB (Red+Green+Blue) = 175+75+255=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 75 (29.69% from 255 or 14.85% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF4BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4BFF is #50B400. Grayscale: #7C7C7C. Windows color (decimal): -5288961 or 16731055. OLE color: 16731055.

HSL color Cylindrical-coordinate representation of color #AF4BFF: hue angle of 273.33º 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 #AF4BFF is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 75 255 -
CMYK 0.31 0.71 0 0
HSL 273.33º 1% 0.65% -
HSV(B) 273.33º 0.71% 1% -
XYZ 38.25 21.37 96.72 -
YUV 125.42 201.13 163.36 -
System Red Green Blue C M Y K H S L
Decimal 175 75 255 0.31 0.71 0 0 273.33 1 0.65
Hex AF 4B FF 1F 47 0 0 111 64 41
Octal 257 113 377 37 107 0 0 421 144 101
Binary 10101111 1001011 11111111 11111 1000111 0 0 100010001 1100100 1000001

Color Harmonies of #AF4BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4BFF

Black with #AF4BFF

Text Example


Text Example

White with #AF4BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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