Html Css Color HEX #AF81F0 Biloba Flower

📋 copy color: '#AF81F0'

red 175 ◦ green 129 ◦ blue 240

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

Shades of Biloba Flower #AF81F0

Tints of Biloba Flower #AF81F0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.71%

 BLUE value IS 240 (94.14% from 255) = 44.12%

R = 32.17%
G = 23.71%
B = 44.12%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF81F0 (or 0xAF81F0) is known color: Biloba Flower. HEX triplet: AF, 81 and F0. RGB value is (175,129,240). Sum of RGB (Red+Green+Blue) = 175+129+240=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF81F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF81F0 is #507E0F. Grayscale: #9B9B9B. Windows color (decimal): -5275152 or 15761839. OLE color: 15761839.

HSL color Cylindrical-coordinate representation of color #AF81F0: hue angle of 264.86º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF81F0 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 129 240 -
CMYK 0.27 0.46 0 0.06
HSL 264.86º 0.79% 0.72% -
HSV(B) 264.86º 0.46% 0.94% -
XYZ 41.26 31.11 86.27 -
YUV 155.41 175.74 141.97 -
System Red Green Blue C M Y K H S L
Decimal 175 129 240 0.27 0.46 0 0.06 264.86 0.79 0.72
Hex AF 81 F0 1B 2E 0 6 109 4F 48
Octal 257 201 360 33 56 0 6 411 117 110
Binary 10101111 10000001 11110000 11011 101110 0 110 100001001 1001111 1001000

Color Harmonies of #AF81F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81F0

Black with #AF81F0

Text Example


Text Example

White with #AF81F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81F0; }

 p { color: rgb(175,129,240); }

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

background-color css

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

 a { background-color: rgb(175,129,240); }

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

border-color css

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

 span { border-color: rgb(175,129,240); }

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