Html Css Color HEX #AF8BF2 Biloba Flower

📋 copy color: '#AF8BF2'

red 175 ◦ green 139 ◦ blue 242

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

Shades of Biloba Flower #AF8BF2

Tints of Biloba Flower #AF8BF2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25%

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

R = 31.47%
G = 25%
B = 43.53%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF8BF2 (or 0xAF8BF2) is known color: Biloba Flower. HEX triplet: AF, 8B and F2. RGB value is (175,139,242). Sum of RGB (Red+Green+Blue) = 175+139+242=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF8BF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8BF2 is #50740D. Grayscale: #A1A1A1. Windows color (decimal): -5272590 or 15895471. OLE color: 15895471.

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

Color convert

RGB 175 139 242 -
CMYK 0.28 0.43 0 0.05
HSL 260.97º 0.8% 0.75% -
HSV(B) 260.97º 0.43% 0.95% -
XYZ 42.94 33.99 88.3 -
YUV 161.51 173.43 137.62 -
System Red Green Blue C M Y K H S L
Decimal 175 139 242 0.28 0.43 0 0.05 260.97 0.8 0.75
Hex AF 8B F2 1C 2B 0 5 105 50 4B
Octal 257 213 362 34 53 0 5 405 120 113
Binary 10101111 10001011 11110010 11100 101011 0 101 100000101 1010000 1001011

Color Harmonies of #AF8BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8BF2

Black with #AF8BF2

Text Example


Text Example

White with #AF8BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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