Html Css Color HEX #AF4BED Medium Orchid

📋 copy color: '#AF4BED'

red 175 ◦ green 75 ◦ blue 237

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

Shades of Medium Orchid #AF4BED

Tints of Medium Orchid #AF4BED

RGB

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

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

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

R = 35.93%
G = 15.4%
B = 48.67%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF4BED (or 0xAF4BED) is known color: Medium Orchid. HEX triplet: AF, 4B and ED. RGB value is (175,75,237). Sum of RGB (Red+Green+Blue) = 175+75+237=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 75 (29.69% from 255 or 15.40% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF4BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4BED is #50B412. Grayscale: #7A7A7A. Windows color (decimal): -5288979 or 15551407. OLE color: 15551407.

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

Color convert

RGB 175 75 237 -
CMYK 0.26 0.68 0 0.07
HSL 277.04º 0.82% 0.61% -
HSV(B) 277.04º 0.68% 0.93% -
XYZ 35.48 20.26 82.16 -
YUV 123.37 192.13 164.83 -
System Red Green Blue C M Y K H S L
Decimal 175 75 237 0.26 0.68 0 0.07 277.04 0.82 0.61
Hex AF 4B ED 1A 44 0 7 115 52 3D
Octal 257 113 355 32 104 0 7 425 122 75
Binary 10101111 1001011 11101101 11010 1000100 0 111 100010101 1010010 111101

Color Harmonies of #AF4BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4BED

Black with #AF4BED

Text Example


Text Example

White with #AF4BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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