Html Css Color HEX #A7B2FA Perano

📋 copy color: '#A7B2FA'

red 167 ◦ green 178 ◦ blue 250

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

Shades of Perano #A7B2FA

Tints of Perano #A7B2FA

RGB

 RED value IS 167 (65.63% from 255) = 28.07%

 GREEN value IS 178 (69.92% from 255) = 29.92%

 BLUE value IS 250 (98.05% from 255) = 42.02%

R = 28.07%
G = 29.92%
B = 42.02%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A7B2FA (or 0xA7B2FA) is known color: Perano. HEX triplet: A7, B2 and FA. RGB value is (167,178,250). Sum of RGB (Red+Green+Blue) = 167+178+250=595 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.07% from 595); Green value is 178 (69.92% from 255 or 29.92% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #A7B2FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7B2FA is #584D05. Grayscale: #B6B6B6. Windows color (decimal): -5786886 or 16429735. OLE color: 16429735.

HSL color Cylindrical-coordinate representation of color #A7B2FA: hue angle of 232.05º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7B2FA is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 178 250 -
CMYK 0.33 0.29 0 0.02
HSL 232.05º 0.89% 0.82% -
HSV(B) 232.05º 0.33% 0.98% -
XYZ 49.11 46.96 96.92 -
YUV 182.92 165.86 116.65 -
System Red Green Blue C M Y K H S L
Decimal 167 178 250 0.33 0.29 0 0.02 232.05 0.89 0.82
Hex A7 B2 FA 21 1D 0 2 E8 59 52
Octal 247 262 372 41 35 0 2 350 131 122
Binary 10100111 10110010 11111010 100001 11101 0 10 11101000 1011001 1010010

Color Harmonies of #A7B2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B2FA

Black with #A7B2FA

Text Example


Text Example

White with #A7B2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B2FA; }

 p { color: rgb(167,178,250); }

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

background-color css

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

 a { background-color: rgb(167,178,250); }

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

border-color css

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

 span { border-color: rgb(167,178,250); }

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