Html Css Color HEX #AF8AF9 Biloba Flower

📋 copy color: '#AF8AF9'

red 175 ◦ green 138 ◦ blue 249

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

Shades of Biloba Flower #AF8AF9

Tints of Biloba Flower #AF8AF9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.56%

 BLUE value IS 249 (97.66% from 255) = 44.31%

R = 31.14%
G = 24.56%
B = 44.31%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF8AF9 (or 0xAF8AF9) is known color: Biloba Flower. HEX triplet: AF, 8A and F9. RGB value is (175,138,249). Sum of RGB (Red+Green+Blue) = 175+138+249=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF8AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8AF9 is #507506. Grayscale: #A1A1A1. Windows color (decimal): -5272839 or 16353967. OLE color: 16353967.

HSL color Cylindrical-coordinate representation of color #AF8AF9: hue angle of 260º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF8AF9 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 138 249 -
CMYK 0.30 0.45 0 0.02
HSL 260º 0.9% 0.76% -
HSV(B) 260º 0.45% 0.98% -
XYZ 43.87 34.13 93.9 -
YUV 161.72 177.26 137.47 -
System Red Green Blue C M Y K H S L
Decimal 175 138 249 0.30 0.45 0 0.02 260 0.9 0.76
Hex AF 8A F9 1E 2D 0 2 104 5A 4C
Octal 257 212 371 36 55 0 2 404 132 114
Binary 10101111 10001010 11111001 11110 101101 0 10 100000100 1011010 1001100

Color Harmonies of #AF8AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8AF9

Black with #AF8AF9

Text Example


Text Example

White with #AF8AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8AF9; }

 p { color: rgb(175,138,249); }

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

background-color css

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

 a { background-color: rgb(175,138,249); }

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

border-color css

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

 span { border-color: rgb(175,138,249); }

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