Html Css Color HEX #AF3BED Medium Orchid

📋 copy color: '#AF3BED'

red 175 ◦ green 59 ◦ blue 237

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

Shades of Medium Orchid #AF3BED

Tints of Medium Orchid #AF3BED

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.53%

 BLUE value IS 237 (92.97% from 255) = 50.32%

R = 37.15%
G = 12.53%
B = 50.32%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF3BED (or 0xAF3BED) is known color: Medium Orchid. HEX triplet: AF, 3B and ED. RGB value is (175,59,237). Sum of RGB (Red+Green+Blue) = 175+59+237=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF3BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3BED is #50C412. Grayscale: #717171. Windows color (decimal): -5293075 or 15547311. OLE color: 15547311.

HSL color Cylindrical-coordinate representation of color #AF3BED: hue angle of 279.1º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF3BED is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 59 237 -
CMYK 0.26 0.75 0 0.07
HSL 279.1º 0.83% 0.58% -
HSV(B) 279.1º 0.75% 0.93% -
XYZ 34.53 18.36 81.84 -
YUV 113.98 197.43 171.53 -
System Red Green Blue C M Y K H S L
Decimal 175 59 237 0.26 0.75 0 0.07 279.1 0.83 0.58
Hex AF 3B ED 1A 4B 0 7 117 53 3A
Octal 257 73 355 32 113 0 7 427 123 72
Binary 10101111 111011 11101101 11010 1001011 0 111 100010111 1010011 111010

Color Harmonies of #AF3BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3BED

Black with #AF3BED

Text Example


Text Example

White with #AF3BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3BED; }

 p { color: rgb(175,59,237); }

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

background-color css

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

 a { background-color: rgb(175,59,237); }

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

border-color css

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

 span { border-color: rgb(175,59,237); }

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