Html Css Color HEX #AF8FF1 Biloba Flower

📋 copy color: '#AF8FF1'

red 175 ◦ green 143 ◦ blue 241

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

Shades of Biloba Flower #AF8FF1

Tints of Biloba Flower #AF8FF1

RGB

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

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

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

R = 31.31%
G = 25.58%
B = 43.11%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF8FF1 (or 0xAF8FF1) is known color: Biloba Flower. HEX triplet: AF, 8F and F1. RGB value is (175,143,241). Sum of RGB (Red+Green+Blue) = 175+143+241=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF8FF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8FF1 is #50700E. Grayscale: #A3A3A3. Windows color (decimal): -5271567 or 15830959. OLE color: 15830959.

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

Color convert

RGB 175 143 241 -
CMYK 0.27 0.41 0 0.05
HSL 259.59º 0.78% 0.75% -
HSV(B) 259.59º 0.41% 0.95% -
XYZ 43.38 35.11 87.71 -
YUV 163.74 171.6 136.03 -
System Red Green Blue C M Y K H S L
Decimal 175 143 241 0.27 0.41 0 0.05 259.59 0.78 0.75
Hex AF 8F F1 1B 29 0 5 104 4E 4B
Octal 257 217 361 33 51 0 5 404 116 113
Binary 10101111 10001111 11110001 11011 101001 0 101 100000100 1001110 1001011

Color Harmonies of #AF8FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8FF1

Black with #AF8FF1

Text Example


Text Example

White with #AF8FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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