Html Css Color HEX #AF86F3 Biloba Flower

📋 copy color: '#AF86F3'

red 175 ◦ green 134 ◦ blue 243

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

Shades of Biloba Flower #AF86F3

Tints of Biloba Flower #AF86F3

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.28%

 BLUE value IS 243 (95.31% from 255) = 44.02%

R = 31.7%
G = 24.28%
B = 44.02%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF86F3 (or 0xAF86F3) is known color: Biloba Flower. HEX triplet: AF, 86 and F3. RGB value is (175,134,243). Sum of RGB (Red+Green+Blue) = 175+134+243=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 243 (95.31% from 255 or 44.02% from 552); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF86F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF86F3 is #50790C. Grayscale: #9E9E9E. Windows color (decimal): -5273869 or 15959727. OLE color: 15959727.

HSL color Cylindrical-coordinate representation of color #AF86F3: hue angle of 262.57º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF86F3 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 134 243 -
CMYK 0.28 0.45 0 0.05
HSL 262.57º 0.82% 0.74% -
HSV(B) 262.57º 0.45% 0.95% -
XYZ 42.38 32.64 88.86 -
YUV 158.69 175.58 139.64 -
System Red Green Blue C M Y K H S L
Decimal 175 134 243 0.28 0.45 0 0.05 262.57 0.82 0.74
Hex AF 86 F3 1C 2D 0 5 107 52 4A
Octal 257 206 363 34 55 0 5 407 122 112
Binary 10101111 10000110 11110011 11100 101101 0 101 100000111 1010010 1001010

Color Harmonies of #AF86F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF86F3

Black with #AF86F3

Text Example


Text Example

White with #AF86F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF86F3; }

 p { color: rgb(175,134,243); }

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

background-color css

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

 a { background-color: rgb(175,134,243); }

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

border-color css

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

 span { border-color: rgb(175,134,243); }

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