Html Css Color HEX #AF8CF6 Biloba Flower

📋 copy color: '#AF8CF6'

red 175 ◦ green 140 ◦ blue 246

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

Shades of Biloba Flower #AF8CF6

Tints of Biloba Flower #AF8CF6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.96%

 BLUE value IS 246 (96.48% from 255) = 43.85%

R = 31.19%
G = 24.96%
B = 43.85%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF8CF6 (or 0xAF8CF6) is known color: Biloba Flower. HEX triplet: AF, 8C and F6. RGB value is (175,140,246). Sum of RGB (Red+Green+Blue) = 175+140+246=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF8CF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8CF6 is #507309. Grayscale: #A2A2A2. Windows color (decimal): -5272330 or 16157871. OLE color: 16157871.

HSL color Cylindrical-coordinate representation of color #AF8CF6: hue angle of 259.81º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF8CF6 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 140 246 -
CMYK 0.29 0.43 0 0.04
HSL 259.81º 0.85% 0.76% -
HSV(B) 259.81º 0.43% 0.96% -
XYZ 43.69 34.52 91.55 -
YUV 162.55 175.1 136.88 -
System Red Green Blue C M Y K H S L
Decimal 175 140 246 0.29 0.43 0 0.04 259.81 0.85 0.76
Hex AF 8C F6 1D 2B 0 4 104 55 4C
Octal 257 214 366 35 53 0 4 404 125 114
Binary 10101111 10001100 11110110 11101 101011 0 100 100000100 1010101 1001100

Color Harmonies of #AF8CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8CF6

Black with #AF8CF6

Text Example


Text Example

White with #AF8CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8CF6; }

 p { color: rgb(175,140,246); }

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

background-color css

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

 a { background-color: rgb(175,140,246); }

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

border-color css

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

 span { border-color: rgb(175,140,246); }

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