Html Css Color HEX #AFA4FB Perano

📋 copy color: '#AFA4FB'

red 175 ◦ green 164 ◦ blue 251

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

Shades of Perano #AFA4FB

Tints of Perano #AFA4FB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.8%

 BLUE value IS 251 (98.44% from 255) = 42.54%

R = 29.66%
G = 27.8%
B = 42.54%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFA4FB (or 0xAFA4FB) is known color: Perano. HEX triplet: AF, A4 and FB. RGB value is (175,164,251). Sum of RGB (Red+Green+Blue) = 175+164+251=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFA4FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA4FB is #505B04. Grayscale: #B0B0B0. Windows color (decimal): -5266181 or 16491695. OLE color: 16491695.

HSL color Cylindrical-coordinate representation of color #AFA4FB: hue angle of 247.59º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFA4FB is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 164 251 -
CMYK 0.30 0.35 0 0.02
HSL 247.59º 0.92% 0.81% -
HSV(B) 247.59º 0.35% 0.98% -
XYZ 48.37 42.63 96.95 -
YUV 177.21 169.64 126.43 -
System Red Green Blue C M Y K H S L
Decimal 175 164 251 0.30 0.35 0 0.02 247.59 0.92 0.81
Hex AF A4 FB 1E 23 0 2 F8 5C 51
Octal 257 244 373 36 43 0 2 370 134 121
Binary 10101111 10100100 11111011 11110 100011 0 10 11111000 1011100 1010001

Color Harmonies of #AFA4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA4FB

Black with #AFA4FB

Text Example


Text Example

White with #AFA4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA4FB; }

 p { color: rgb(175,164,251); }

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

background-color css

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

 a { background-color: rgb(175,164,251); }

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

border-color css

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

 span { border-color: rgb(175,164,251); }

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