Html Css Color HEX #AF4BDD Medium Orchid

📋 copy color: '#AF4BDD'

red 175 ◦ green 75 ◦ blue 221

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

Shades of Medium Orchid #AF4BDD

Tints of Medium Orchid #AF4BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.92%

R = 37.15%
G = 15.92%
B = 46.92%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF4BDD (or 0xAF4BDD) is known color: Medium Orchid. HEX triplet: AF, 4B and DD. RGB value is (175,75,221). Sum of RGB (Red+Green+Blue) = 175+75+221=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF4BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4BDD is #50B422. Grayscale: #797979. Windows color (decimal): -5288995 or 14502831. OLE color: 14502831.

HSL color Cylindrical-coordinate representation of color #AF4BDD: hue angle of 281.1º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF4BDD is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 75 221 -
CMYK 0.21 0.66 0 0.13
HSL 281.1º 0.68% 0.58% -
HSV(B) 281.1º 0.66% 0.87% -
XYZ 33.25 19.37 70.39 -
YUV 121.54 184.13 166.13 -
System Red Green Blue C M Y K H S L
Decimal 175 75 221 0.21 0.66 0 0.13 281.1 0.68 0.58
Hex AF 4B DD 15 42 0 D 119 44 3A
Octal 257 113 335 25 102 0 15 431 104 72
Binary 10101111 1001011 11011101 10101 1000010 0 1101 100011001 1000100 111010

Color Harmonies of #AF4BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4BDD

Black with #AF4BDD

Text Example


Text Example

White with #AF4BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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