Html Css Color HEX #AF85F3 Biloba Flower

📋 copy color: '#AF85F3'

red 175 ◦ green 133 ◦ blue 243

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

Shades of Biloba Flower #AF85F3

Tints of Biloba Flower #AF85F3

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.14%

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

R = 31.76%
G = 24.14%
B = 44.1%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF85F3 (or 0xAF85F3) is known color: Biloba Flower. HEX triplet: AF, 85 and F3. RGB value is (175,133,243). Sum of RGB (Red+Green+Blue) = 175+133+243=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF85F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF85F3 is #507A0C. Grayscale: #9D9D9D. Windows color (decimal): -5274125 or 15959471. OLE color: 15959471.

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

Color convert

RGB 175 133 243 -
CMYK 0.28 0.45 0 0.05
HSL 262.91º 0.82% 0.74% -
HSV(B) 262.91º 0.45% 0.95% -
XYZ 42.24 32.36 88.81 -
YUV 158.1 175.91 140.06 -
System Red Green Blue C M Y K H S L
Decimal 175 133 243 0.28 0.45 0 0.05 262.91 0.82 0.74
Hex AF 85 F3 1C 2D 0 5 107 52 4A
Octal 257 205 363 34 55 0 5 407 122 112
Binary 10101111 10000101 11110011 11100 101101 0 101 100000111 1010010 1001010

Color Harmonies of #AF85F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF85F3

Black with #AF85F3

Text Example


Text Example

White with #AF85F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF85F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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