Html Css Color HEX #AF4BF6 Medium Orchid

📋 copy color: '#AF4BF6'

red 175 ◦ green 75 ◦ blue 246

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

Shades of Medium Orchid #AF4BF6

Tints of Medium Orchid #AF4BF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.6%

R = 35.28%
G = 15.12%
B = 49.6%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF4BF6 (or 0xAF4BF6) is known color: Medium Orchid. HEX triplet: AF, 4B and F6. RGB value is (175,75,246). Sum of RGB (Red+Green+Blue) = 175+75+246=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 75 (29.69% from 255 or 15.12% from 496); Blue value is 246 (96.48% from 255 or 49.60% from 496); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF4BF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4BF6 is #50B409. Grayscale: #7B7B7B. Windows color (decimal): -5288970 or 16141231. OLE color: 16141231.

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

Color convert

RGB 175 75 246 -
CMYK 0.29 0.70 0 0.04
HSL 275.09º 0.9% 0.63% -
HSV(B) 275.09º 0.7% 0.96% -
XYZ 36.83 20.8 89.26 -
YUV 124.39 196.63 164.1 -
System Red Green Blue C M Y K H S L
Decimal 175 75 246 0.29 0.70 0 0.04 275.09 0.9 0.63
Hex AF 4B F6 1D 46 0 4 113 5A 3F
Octal 257 113 366 35 106 0 4 423 132 77
Binary 10101111 1001011 11110110 11101 1000110 0 100 100010011 1011010 111111

Color Harmonies of #AF4BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4BF6

Black with #AF4BF6

Text Example


Text Example

White with #AF4BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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