Html Css Color HEX #AF5CFB Medium Orchid

📋 copy color: '#AF5CFB'

red 175 ◦ green 92 ◦ blue 251

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

Shades of Medium Orchid #AF5CFB

Tints of Medium Orchid #AF5CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.76%

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

R = 33.78%
G = 17.76%
B = 48.46%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF5CFB (or 0xAF5CFB) is known color: Medium Orchid. HEX triplet: AF, 5C and FB. RGB value is (175,92,251). Sum of RGB (Red+Green+Blue) = 175+92+251=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF5CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5CFB is #50A304. Grayscale: #868686. Windows color (decimal): -5284613 or 16473263. OLE color: 16473263.

HSL color Cylindrical-coordinate representation of color #AF5CFB: hue angle of 271.32º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF5CFB is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 92 251 -
CMYK 0.30 0.63 0 0.02
HSL 271.32º 0.95% 0.67% -
HSV(B) 271.32º 0.63% 0.98% -
XYZ 38.92 23.73 93.8 -
YUV 134.94 193.5 156.57 -
System Red Green Blue C M Y K H S L
Decimal 175 92 251 0.30 0.63 0 0.02 271.32 0.95 0.67
Hex AF 5C FB 1E 3F 0 2 10F 5F 43
Octal 257 134 373 36 77 0 2 417 137 103
Binary 10101111 1011100 11111011 11110 111111 0 10 100001111 1011111 1000011

Color Harmonies of #AF5CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5CFB

Black with #AF5CFB

Text Example


Text Example

White with #AF5CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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