Html Css Color HEX #AF81F3 Biloba Flower

📋 copy color: '#AF81F3'

red 175 ◦ green 129 ◦ blue 243

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

Shades of Biloba Flower #AF81F3

Tints of Biloba Flower #AF81F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 44.42%

R = 31.99%
G = 23.58%
B = 44.42%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF81F3 (or 0xAF81F3) is known color: Biloba Flower. HEX triplet: AF, 81 and F3. RGB value is (175,129,243). Sum of RGB (Red+Green+Blue) = 175+129+243=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 243 (95.31% from 255 or 44.42% from 547); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF81F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF81F3 is #507E0C. Grayscale: #9B9B9B. Windows color (decimal): -5275149 or 15958447. OLE color: 15958447.

HSL color Cylindrical-coordinate representation of color #AF81F3: hue angle of 264.21º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF81F3 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 129 243 -
CMYK 0.28 0.47 0 0.05
HSL 264.21º 0.83% 0.73% -
HSV(B) 264.21º 0.47% 0.95% -
XYZ 41.71 31.29 88.63 -
YUV 155.75 177.24 141.73 -
System Red Green Blue C M Y K H S L
Decimal 175 129 243 0.28 0.47 0 0.05 264.21 0.83 0.73
Hex AF 81 F3 1C 2F 0 5 108 53 49
Octal 257 201 363 34 57 0 5 410 123 111
Binary 10101111 10000001 11110011 11100 101111 0 101 100001000 1010011 1001001

Color Harmonies of #AF81F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81F3

Black with #AF81F3

Text Example


Text Example

White with #AF81F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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