Html Css Color HEX #AF8FF6 Biloba Flower

📋 copy color: '#AF8FF6'

red 175 ◦ green 143 ◦ blue 246

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

Shades of Biloba Flower #AF8FF6

Tints of Biloba Flower #AF8FF6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.35%

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

R = 31.03%
G = 25.35%
B = 43.62%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF8FF6 (or 0xAF8FF6) is known color: Biloba Flower. HEX triplet: AF, 8F and F6. RGB value is (175,143,246). Sum of RGB (Red+Green+Blue) = 175+143+246=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF8FF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8FF6 is #507009. Grayscale: #A3A3A3. Windows color (decimal): -5271562 or 16158639. OLE color: 16158639.

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

Color convert

RGB 175 143 246 -
CMYK 0.29 0.42 0 0.04
HSL 258.64º 0.85% 0.76% -
HSV(B) 258.64º 0.42% 0.96% -
XYZ 44.14 35.41 91.7 -
YUV 164.31 174.1 135.62 -
System Red Green Blue C M Y K H S L
Decimal 175 143 246 0.29 0.42 0 0.04 258.64 0.85 0.76
Hex AF 8F F6 1D 2A 0 4 103 55 4C
Octal 257 217 366 35 52 0 4 403 125 114
Binary 10101111 10001111 11110110 11101 101010 0 100 100000011 1010101 1001100

Color Harmonies of #AF8FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8FF6

Black with #AF8FF6

Text Example


Text Example

White with #AF8FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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