Html Css Color HEX #AF4BF1 Medium Orchid

📋 copy color: '#AF4BF1'

red 175 ◦ green 75 ◦ blue 241

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

Shades of Medium Orchid #AF4BF1

Tints of Medium Orchid #AF4BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.08%

R = 35.64%
G = 15.27%
B = 49.08%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF4BF1 (or 0xAF4BF1) is known color: Medium Orchid. HEX triplet: AF, 4B and F1. RGB value is (175,75,241). Sum of RGB (Red+Green+Blue) = 175+75+241=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 75 (29.69% from 255 or 15.27% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF4BF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4BF1 is #50B40E. Grayscale: #7B7B7B. Windows color (decimal): -5288975 or 15813551. OLE color: 15813551.

HSL color Cylindrical-coordinate representation of color #AF4BF1: hue angle of 276.14º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF4BF1 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 75 241 -
CMYK 0.27 0.69 0 0.05
HSL 276.14º 0.86% 0.62% -
HSV(B) 276.14º 0.69% 0.95% -
XYZ 36.07 20.5 85.27 -
YUV 123.82 194.13 164.5 -
System Red Green Blue C M Y K H S L
Decimal 175 75 241 0.27 0.69 0 0.05 276.14 0.86 0.62
Hex AF 4B F1 1B 45 0 5 114 56 3E
Octal 257 113 361 33 105 0 5 424 126 76
Binary 10101111 1001011 11110001 11011 1000101 0 101 100010100 1010110 111110

Color Harmonies of #AF4BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4BF1

Black with #AF4BF1

Text Example


Text Example

White with #AF4BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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