Html Css Color HEX #AF4BFB Medium Orchid

📋 copy color: '#AF4BFB'

red 175 ◦ green 75 ◦ blue 251

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

Shades of Medium Orchid #AF4BFB

Tints of Medium Orchid #AF4BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.1%

R = 34.93%
G = 14.97%
B = 50.1%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF4BFB (or 0xAF4BFB) is known color: Medium Orchid. HEX triplet: AF, 4B and FB. RGB value is (175,75,251). Sum of RGB (Red+Green+Blue) = 175+75+251=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF4BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4BFB is #50B404. Grayscale: #7C7C7C. Windows color (decimal): -5288965 or 16468911. OLE color: 16468911.

HSL color Cylindrical-coordinate representation of color #AF4BFB: hue angle of 274.09º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF4BFB is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 75 251 -
CMYK 0.30 0.70 0 0.02
HSL 274.09º 0.96% 0.64% -
HSV(B) 274.09º 0.7% 0.98% -
XYZ 37.61 21.11 93.36 -
YUV 124.96 199.13 163.69 -
System Red Green Blue C M Y K H S L
Decimal 175 75 251 0.30 0.70 0 0.02 274.09 0.96 0.64
Hex AF 4B FB 1E 46 0 2 112 60 40
Octal 257 113 373 36 106 0 2 422 140 100
Binary 10101111 1001011 11111011 11110 1000110 0 10 100010010 1100000 1000000

Color Harmonies of #AF4BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4BFB

Black with #AF4BFB

Text Example


Text Example

White with #AF4BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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