Html Css Color HEX #AF4ADB Medium Orchid

📋 copy color: '#AF4ADB'

red 175 ◦ green 74 ◦ blue 219

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

Shades of Medium Orchid #AF4ADB

Tints of Medium Orchid #AF4ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.81%

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

R = 37.39%
G = 15.81%
B = 46.79%

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

#AF4ADB (or 0xAF4ADB) is known color: Medium Orchid. HEX triplet: AF, 4A and DB. RGB value is (175,74,219). Sum of RGB (Red+Green+Blue) = 175+74+219=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF4ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4ADB is #50B524. Grayscale: #787878. Windows color (decimal): -5289253 or 14371503. OLE color: 14371503.

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

Color convert

RGB 175 74 219 -
CMYK 0.20 0.66 0 0.14
HSL 281.79º 0.67% 0.57% -
HSV(B) 281.79º 0.66% 0.86% -
XYZ 32.91 19.13 68.97 -
YUV 120.73 183.46 166.71 -
System Red Green Blue C M Y K H S L
Decimal 175 74 219 0.20 0.66 0 0.14 281.79 0.67 0.57
Hex AF 4A DB 14 42 0 E 11A 43 39
Octal 257 112 333 24 102 0 16 432 103 71
Binary 10101111 1001010 11011011 10100 1000010 0 1110 100011010 1000011 111001

Color Harmonies of #AF4ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4ADB

Black with #AF4ADB

Text Example


Text Example

White with #AF4ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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