Html Css Color HEX #A7B2E5 Perano

📋 copy color: '#A7B2E5'

red 167 ◦ green 178 ◦ blue 229

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

Shades of Perano #A7B2E5

Tints of Perano #A7B2E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.9%

R = 29.09%
G = 31.01%
B = 39.9%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A7B2E5 (or 0xA7B2E5) is known color: Perano. HEX triplet: A7, B2 and E5. RGB value is (167,178,229). Sum of RGB (Red+Green+Blue) = 167+178+229=574 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.09% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 229 - color contains mainly: blue. Hex color #A7B2E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7B2E5 is #584D1A. Grayscale: #B4B4B4. Windows color (decimal): -5786907 or 15053479. OLE color: 15053479.

HSL color Cylindrical-coordinate representation of color #A7B2E5: hue angle of 229.35º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A7B2E5 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 167 178 229 -
CMYK 0.27 0.22 0 0.10
HSL 229.35º 0.54% 0.78% -
HSV(B) 229.35º 0.27% 0.9% -
XYZ 46 45.71 80.53 -
YUV 180.53 155.36 118.35 -
System Red Green Blue C M Y K H S L
Decimal 167 178 229 0.27 0.22 0 0.10 229.35 0.54 0.78
Hex A7 B2 E5 1B 16 0 A E5 36 4E
Octal 247 262 345 33 26 0 12 345 66 116
Binary 10100111 10110010 11100101 11011 10110 0 1010 11100101 110110 1001110

Color Harmonies of #A7B2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B2E5

Black with #A7B2E5

Text Example


Text Example

White with #A7B2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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