Html Css Color HEX #AF81F2 Biloba Flower

📋 copy color: '#AF81F2'

red 175 ◦ green 129 ◦ blue 242

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

Shades of Biloba Flower #AF81F2

Tints of Biloba Flower #AF81F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.32%

R = 32.05%
G = 23.63%
B = 44.32%

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

#AF81F2 (or 0xAF81F2) is known color: Biloba Flower. HEX triplet: AF, 81 and F2. RGB value is (175,129,242). Sum of RGB (Red+Green+Blue) = 175+129+242=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF81F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF81F2 is #507E0D. Grayscale: #9B9B9B. Windows color (decimal): -5275150 or 15892911. OLE color: 15892911.

HSL color Cylindrical-coordinate representation of color #AF81F2: hue angle of 264.42º degrees, saturation: 0.81, 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 #AF81F2 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 129 242 -
CMYK 0.28 0.47 0 0.05
HSL 264.42º 0.81% 0.73% -
HSV(B) 264.42º 0.47% 0.95% -
XYZ 41.56 31.23 87.84 -
YUV 155.64 176.74 141.81 -
System Red Green Blue C M Y K H S L
Decimal 175 129 242 0.28 0.47 0 0.05 264.42 0.81 0.73
Hex AF 81 F2 1C 2F 0 5 108 51 49
Octal 257 201 362 34 57 0 5 410 121 111
Binary 10101111 10000001 11110010 11100 101111 0 101 100001000 1010001 1001001

Color Harmonies of #AF81F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81F2

Black with #AF81F2

Text Example


Text Example

White with #AF81F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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