Html Css Color HEX #AF3FDB Medium Orchid

📋 copy color: '#AF3FDB'

red 175 ◦ green 63 ◦ blue 219

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

Shades of Medium Orchid #AF3FDB

Tints of Medium Orchid #AF3FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 13.79%

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

R = 38.29%
G = 13.79%
B = 47.92%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF3FDB (or 0xAF3FDB) is known color: Medium Orchid. HEX triplet: AF, 3F and DB. RGB value is (175,63,219). Sum of RGB (Red+Green+Blue) = 175+63+219=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF3FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3FDB is #50C024. Grayscale: #717171. Windows color (decimal): -5292069 or 14368687. OLE color: 14368687.

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

Color convert

RGB 175 63 219 -
CMYK 0.20 0.71 0 0.14
HSL 283.08º 0.68% 0.55% -
HSV(B) 283.08º 0.71% 0.86% -
XYZ 32.24 17.78 68.75 -
YUV 114.27 187.11 171.32 -
System Red Green Blue C M Y K H S L
Decimal 175 63 219 0.20 0.71 0 0.14 283.08 0.68 0.55
Hex AF 3F DB 14 47 0 E 11B 44 37
Octal 257 77 333 24 107 0 16 433 104 67
Binary 10101111 111111 11011011 10100 1000111 0 1110 100011011 1000100 110111

Color Harmonies of #AF3FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3FDB

Black with #AF3FDB

Text Example


Text Example

White with #AF3FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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