Html Css Color HEX #A4B4FD Perano

📋 copy color: '#A4B4FD'

red 164 ◦ green 180 ◦ blue 253

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

Shades of Perano #A4B4FD

Tints of Perano #A4B4FD

RGB

 RED value IS 164 (64.45% from 255) = 27.47%

 GREEN value IS 180 (70.7% from 255) = 30.15%

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

R = 27.47%
G = 30.15%
B = 42.38%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A4B4FD (or 0xA4B4FD) is known color: Perano. HEX triplet: A4, B4 and FD. RGB value is (164,180,253). Sum of RGB (Red+Green+Blue) = 164+180+253=597 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.47% from 597); Green value is 180 (70.70% from 255 or 30.15% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #A4B4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B4FD is #5B4B02. Grayscale: #B7B7B7. Windows color (decimal): -5982979 or 16626852. OLE color: 16626852.

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

Color convert

RGB 164 180 253 -
CMYK 0.35 0.29 0 0.01
HSL 229.21º 0.96% 0.82% -
HSV(B) 229.21º 0.35% 0.99% -
XYZ 49.36 47.63 99.52 -
YUV 183.54 167.2 114.06 -
System Red Green Blue C M Y K H S L
Decimal 164 180 253 0.35 0.29 0 0.01 229.21 0.96 0.82
Hex A4 B4 FD 23 1D 0 1 E5 60 52
Octal 244 264 375 43 35 0 1 345 140 122
Binary 10100100 10110100 11111101 100011 11101 0 1 11100101 1100000 1010010

Color Harmonies of #A4B4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B4FD

Black with #A4B4FD

Text Example


Text Example

White with #A4B4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B4FD; }

 p { color: rgb(164,180,253); }

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

background-color css

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

 a { background-color: rgb(164,180,253); }

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

border-color css

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

 span { border-color: rgb(164,180,253); }

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