Html Css Color HEX #A7ABFD Perano

📋 copy color: '#A7ABFD'

red 167 ◦ green 171 ◦ blue 253

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

Shades of Perano #A7ABFD

Tints of Perano #A7ABFD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.93%

 BLUE value IS 253 (99.22% from 255) = 42.81%

R = 28.26%
G = 28.93%
B = 42.81%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A7ABFD (or 0xA7ABFD) is known color: Perano. HEX triplet: A7, AB and FD. RGB value is (167,171,253). Sum of RGB (Red+Green+Blue) = 167+171+253=591 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.26% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #A7ABFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7ABFD is #585402. Grayscale: #B2B2B2. Windows color (decimal): -5788675 or 16624551. OLE color: 16624551.

HSL color Cylindrical-coordinate representation of color #A7ABFD: hue angle of 237.21º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7ABFD is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 167 171 253 -
CMYK 0.34 0.32 0 0.01
HSL 237.21º 0.96% 0.82% -
HSV(B) 237.21º 0.34% 0.99% -
XYZ 48.23 44.43 98.96 -
YUV 179.15 169.67 119.33 -
System Red Green Blue C M Y K H S L
Decimal 167 171 253 0.34 0.32 0 0.01 237.21 0.96 0.82
Hex A7 AB FD 22 20 0 1 ED 60 52
Octal 247 253 375 42 40 0 1 355 140 122
Binary 10100111 10101011 11111101 100010 100000 0 1 11101101 1100000 1010010

Color Harmonies of #A7ABFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7ABFD

Black with #A7ABFD

Text Example


Text Example

White with #A7ABFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7ABFD; }

 p { color: rgb(167,171,253); }

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

background-color css

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

 a { background-color: rgb(167,171,253); }

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

border-color css

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

 span { border-color: rgb(167,171,253); }

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