Html Css Color HEX #AF4BDB Medium Orchid

📋 copy color: '#AF4BDB'

red 175 ◦ green 75 ◦ blue 219

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

Shades of Medium Orchid #AF4BDB

Tints of Medium Orchid #AF4BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.7%

R = 37.31%
G = 15.99%
B = 46.7%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF4BDB (or 0xAF4BDB) is known color: Medium Orchid. HEX triplet: AF, 4B and DB. RGB value is (175,75,219). Sum of RGB (Red+Green+Blue) = 175+75+219=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF4BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4BDB is #50B424. Grayscale: #787878. Windows color (decimal): -5288997 or 14371759. OLE color: 14371759.

HSL color Cylindrical-coordinate representation of color #AF4BDB: hue angle of 281.67º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF4BDB is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 75 219 -
CMYK 0.20 0.66 0 0.14
HSL 281.67º 0.67% 0.58% -
HSV(B) 281.67º 0.66% 0.86% -
XYZ 32.98 19.26 69 -
YUV 121.32 183.13 166.29 -
System Red Green Blue C M Y K H S L
Decimal 175 75 219 0.20 0.66 0 0.14 281.67 0.67 0.58
Hex AF 4B DB 14 42 0 E 11A 43 3A
Octal 257 113 333 24 102 0 16 432 103 72
Binary 10101111 1001011 11011011 10100 1000010 0 1110 100011010 1000011 111010

Color Harmonies of #AF4BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4BDB

Black with #AF4BDB

Text Example


Text Example

White with #AF4BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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