Html Css Color HEX #AF86F2 Biloba Flower

📋 copy color: '#AF86F2'

red 175 ◦ green 134 ◦ blue 242

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

Shades of Biloba Flower #AF86F2

Tints of Biloba Flower #AF86F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.92%

R = 31.76%
G = 24.32%
B = 43.92%

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

#AF86F2 (or 0xAF86F2) is known color: Biloba Flower. HEX triplet: AF, 86 and F2. RGB value is (175,134,242). Sum of RGB (Red+Green+Blue) = 175+134+242=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF86F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF86F2 is #50790D. Grayscale: #9E9E9E. Windows color (decimal): -5273870 or 15894191. OLE color: 15894191.

HSL color Cylindrical-coordinate representation of color #AF86F2: hue angle of 262.78º degrees, saturation: 0.81, 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 #AF86F2 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 134 242 -
CMYK 0.28 0.45 0 0.05
HSL 262.78º 0.81% 0.74% -
HSV(B) 262.78º 0.45% 0.95% -
XYZ 42.23 32.57 88.07 -
YUV 158.57 175.08 139.72 -
System Red Green Blue C M Y K H S L
Decimal 175 134 242 0.28 0.45 0 0.05 262.78 0.81 0.74
Hex AF 86 F2 1C 2D 0 5 107 51 4A
Octal 257 206 362 34 55 0 5 407 121 112
Binary 10101111 10000110 11110010 11100 101101 0 101 100000111 1010001 1001010

Color Harmonies of #AF86F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF86F2

Black with #AF86F2

Text Example


Text Example

White with #AF86F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF86F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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